File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
spring/spring-boot-actuator-bug Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments