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

@@ -20,6 +20,7 @@
<module>spring-bootstrap-batch-starter</module>
<module>spring-bootstrap-integration-starter</module>
<module>spring-bootstrap-jpa-starter</module>
<module>spring-bootstrap-tomcat-starter</module>
<module>spring-bootstrap-web-starter</module>
</modules>
<dependencyManagement>
@@ -49,6 +50,11 @@
<artifactId>spring-bootstrap-web-starter</artifactId>
<version>${spring.bootstrap.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.bootstrap</groupId>
<artifactId>spring-bootstrap-tomcat-starter</artifactId>
<version>${spring.bootstrap.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.bootstrap</groupId>
<artifactId>spring-bootstrap-jpa-starter</artifactId>