Subversion Repositories SmartDukaan

Rev

Rev 30859 | Rev 30881 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30859 Rev 30879
Line 15... Line 15...
15
import java.time.LocalDateTime;
15
import java.time.LocalDateTime;
16
import java.util.Date;
16
import java.util.Date;
17
import java.util.LinkedHashMap;
17
import java.util.LinkedHashMap;
18
 
18
 
19
@Component
19
@Component
20
@ConditionalOnProperty(name = "scheduled", havingValue = "true")
20
@ConditionalOnProperty(value = "scheduled", havingValue = "true")
21
public class ScheduledSkeleton {
21
public class ScheduledSkeleton {
22
 
22
 
23
	private static final Logger log = LogManager.getLogger(ScheduledSkeleton.class);
23
	private static final Logger log = LogManager.getLogger(ScheduledSkeleton.class);
24
 
24
 
25
	@Autowired
25
	@Autowired