Subversion Repositories SmartDukaan

Rev

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

Rev 25312 Rev 25343
Line 83... Line 83...
83
	}
83
	}
84
	
84
	
85
	
85
	
86
	@Scheduled(cron = "0 */5 * * * *")
86
	@Scheduled(cron = "0 */5 * * * *")
87
	public void sendNotification() throws Throwable {
87
	public void sendNotification() throws Throwable {
-
 
88
		log.info("startTime"+LocalDateTime.now());
88
		scheduledTasks.sendNotification();
89
		scheduledTasks.sendNotification();
-
 
90
		log.info("endTime"+LocalDateTime.now());
89
	}
91
	}
90
 
92
 
91
}
93
}