[bs-85] New name for production-ready features = "actuator"
[#49047535]
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -11,7 +11,7 @@
|
||||
</prerequisites>
|
||||
<modules>
|
||||
<module>spring-bootstrap</module>
|
||||
<module>spring-bootstrap-service</module>
|
||||
<module>spring-bootstrap-actuator</module>
|
||||
<module>spring-bootstrap-starters</module>
|
||||
<module>spring-bootstrap-launcher</module>
|
||||
<module>spring-bootstrap-samples</module>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<artifactId>spring-bootstrap-parent</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-bootstrap-service</artifactId>
|
||||
<artifactId>spring-bootstrap-actuator</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@@ -16,7 +16,7 @@
|
||||
<module>spring-bootstrap-simple-sample</module>
|
||||
<module>spring-bootstrap-tomcat-sample</module>
|
||||
<module>spring-bootstrap-profile-sample</module>
|
||||
<module>spring-bootstrap-service-sample</module>
|
||||
<module>spring-bootstrap-actuator-sample</module>
|
||||
<module>spring-bootstrap-trad-sample</module>
|
||||
<module>spring-bootstrap-xml-sample</module>
|
||||
</modules>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>spring-bootstrap-service-sample</artifactId>
|
||||
<artifactId>spring-bootstrap-actuator-sample</artifactId>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
@@ -7,7 +7,7 @@
|
||||
<artifactId>spring-bootstrap-samples</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-bootstrap-service-sample</artifactId>
|
||||
<artifactId>spring-bootstrap-actuator-sample</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<properties>
|
||||
<start-class>org.springframework.bootstrap.sample.service.ServiceBootstrapApplication</start-class>
|
||||
@@ -89,7 +89,7 @@
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>spring-bootstrap-service</artifactId>
|
||||
<artifactId>spring-bootstrap-actuator</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@@ -29,7 +29,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.bootstrap</groupId>
|
||||
<artifactId>spring-bootstrap-service</artifactId>
|
||||
<artifactId>spring-bootstrap-actuator</artifactId>
|
||||
<version>${spring.bootstrap.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user