Add tomcat starter and tweak spring CLI

This commit is contained in:
Dave Syer
2013-06-12 04:37:14 +01:00
parent 20cce0c69c
commit b761fa8ede
4 changed files with 56 additions and 17 deletions

View File

@@ -1,4 +1,5 @@
@Grab("org.springframework.bootstrap:spring-bootstrap-service:0.0.1-SNAPSHOT")
@Grab("org.springframework.bootstrap:spring-bootstrap-web-application:0.0.1-SNAPSHOT")
@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 {
}