mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
6 lines
254 B
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 {
|
|
}
|