Guest User

Untitled

a guest
Jun 24th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. @Scheduled(fixedRate = 1800000)
  2. public void sendMessagePeriodically() {
  3. // ...
  4. }
  5.  
  6. @Configuration
  7. @EnableScheduling
  8. public class SchedulingConfiguration {
  9.  
  10. }
Add Comment
Please, Sign In to add comment