You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-bootstrap-samples/spring-bootstrap-actuator-s.../start.groovy

6 lines
254 B
Groovy

@Grab("org.springframework.bootstrap:spring-bootstrap-actuator:0.5.0.BUILD-SNAPSHOT")
@Grab("org.springframework.bootstrap:spring-bootstrap-web-starter:0.5.0.BUILD-SNAPSHOT")
@ComponentScan("org.springframework.bootstrap.sample.service")
class Start {
}