Subversion Repositories SmartDukaan

Rev

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

Rev 30882 Rev 30883
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(prefix = "scheduled", havingValue = "true", matchIfMissing = true)
20
@ConditionalOnProperty(prefix = "", name = "scheduled", havingValue = "true", matchIfMissing = 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