Guest User

Untitled

a guest
Mar 21st, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. package es.pablocloud.accidentswatcher
  2.  
  3. import org.springframework.boot.SpringApplication
  4. import org.springframework.boot.autoconfigure.SpringBootApplication
  5. import org.springframework.scheduling.annotation.EnableScheduling
  6.  
  7. @SpringBootApplication
  8. @EnableScheduling
  9. class AccidentswatcherApplication {
  10.  
  11. static void main(String[] args) {
  12. SpringApplication.run AccidentswatcherApplication, args
  13. }
  14.  
  15. }
Add Comment
Please, Sign In to add comment