Add tomcat starter and tweak spring CLI
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user