Skip to content

Instantly share code, notes, and snippets.

@pablocloud
Created March 13, 2018 12:02
Show Gist options
  • Save pablocloud/0f25e9db95770b1c985f15818a1607cb to your computer and use it in GitHub Desktop.
Save pablocloud/0f25e9db95770b1c985f15818a1607cb to your computer and use it in GitHub Desktop.
package es.pablocloud.accidentswatcher
import org.springframework.boot.SpringApplication
import org.springframework.boot.autoconfigure.SpringBootApplication
import org.springframework.scheduling.annotation.EnableScheduling
@SpringBootApplication
@EnableScheduling
class AccidentswatcherApplication {
static void main(String[] args) {
SpringApplication.run AccidentswatcherApplication, args
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment