File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed
jdk_8_maven/cs/rest/original Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -351,3 +351,5 @@ jdk_8_maven/em/external/rest/spring-batch-rest/target
351351/jdk_8_gradle /em /embedded /rest /erc20-rest-service /build
352352/jdk_8_gradle /em /external /rest /erc20-rest-service /build
353353/jdk_8_gradle /cs /rest /erc20-rest-service /.gradle
354+
355+ /jdk_8_maven /cs /rest /original /spring-actuator-demo /target
Original file line number Diff line number Diff line change 2424 <module >user-management</module >
2525 <module >blogapi</module >
2626 <module >spring-batch-rest</module >
27+ <module >spring-actuator-demo</module >
2728 </modules >
2829
2930
Original file line number Diff line number Diff line change 5757 <artifactId >spring-security-test</artifactId >
5858 <scope >test</scope >
5959 </dependency >
60+ <!-- MODIFIED-->
61+ <dependency >
62+ <groupId >org.springdoc</groupId >
63+ <artifactId >springdoc-openapi-ui</artifactId >
64+ <version >1.6.15</version >
65+ </dependency >
6066 </dependencies >
6167
6268 <build >
6369 <plugins >
6470 <plugin >
6571 <groupId >org.springframework.boot</groupId >
6672 <artifactId >spring-boot-maven-plugin</artifactId >
73+ <executions >
74+ <execution >
75+ <goals >
76+ <goal >repackage</goal >
77+ </goals >
78+ </execution >
79+ </executions >
80+ <configuration >
81+ <finalName >spring-actuator-demo</finalName >
82+ <classifier >sut</classifier >
83+ </configuration >
6784 </plugin >
6885 </plugins >
6986 </build >
You can’t perform that action at this time.
0 commit comments