Skip to content

Commit cd2fa15

Browse files
author
“threedr3am”
committed
op:actuator add spring-boot maven plugin
1 parent dc8a8dc commit cd2fa15

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

spring/spring-boot-actuator-bug/actuator-1.5/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@
3939
</dependency>
4040
</dependencies>
4141

42+
<build>
43+
<plugins>
44+
<plugin>
45+
<groupId>org.springframework.boot</groupId>
46+
<artifactId>spring-boot-maven-plugin</artifactId>
47+
<configuration>
48+
<fork>true</fork>
49+
</configuration>
50+
</plugin>
51+
</plugins>
52+
</build>
53+
4254
<dependencyManagement>
4355
<dependencies>
4456
<dependency>

spring/spring-boot-actuator-bug/actuator-2.0/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,18 @@
5656
</dependency>
5757
</dependencies>
5858

59+
<build>
60+
<plugins>
61+
<plugin>
62+
<groupId>org.springframework.boot</groupId>
63+
<artifactId>spring-boot-maven-plugin</artifactId>
64+
<configuration>
65+
<fork>true</fork>
66+
</configuration>
67+
</plugin>
68+
</plugins>
69+
</build>
70+
5971
<dependencyManagement>
6072
<dependencies>
6173
<dependency>

0 commit comments

Comments
 (0)