|
|
@ -7,7 +7,7 @@
|
|
|
|
<artifactId>spring-bootstrap-samples</artifactId>
|
|
|
|
<artifactId>spring-bootstrap-samples</artifactId>
|
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
</parent>
|
|
|
|
</parent>
|
|
|
|
<artifactId>spring-bootstrap-service-sample</artifactId>
|
|
|
|
<artifactId>spring-bootstrap-actuator-sample</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
<properties>
|
|
|
|
<properties>
|
|
|
|
<start-class>org.springframework.bootstrap.sample.service.ServiceBootstrapApplication</start-class>
|
|
|
|
<start-class>org.springframework.bootstrap.sample.service.ServiceBootstrapApplication</start-class>
|
|
|
@ -89,7 +89,7 @@
|
|
|
|
<dependencies>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
<artifactId>spring-bootstrap-service</artifactId>
|
|
|
|
<artifactId>spring-bootstrap-actuator</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|