Skip to content

Commit 294689f

Browse files
committed
feat: 完善 plugin actuator
1 parent bb8d5ba commit 294689f

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

application/pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,24 +38,14 @@
3838
<groupId>com.github.ulisesbocchio</groupId>
3939
<artifactId>jasypt-spring-boot-starter</artifactId>
4040
</dependency>
41-
<!--SBA-->
42-
<dependency>
43-
<groupId>org.springframework.boot</groupId>
44-
<artifactId>spring-boot-starter-actuator</artifactId>
45-
</dependency>
46-
<dependency>
47-
<groupId>de.codecentric</groupId>
48-
<artifactId>spring-boot-admin-starter-client</artifactId>
49-
</dependency>
5041
<!--子模块-->
51-
<!--framework 模块-->
5242
<dependency>
5343
<groupId>top.cadecode</groupId>
5444
<artifactId>uni-boot-framework</artifactId>
5545
</dependency>
5646
<dependency>
5747
<groupId>top.cadecode</groupId>
58-
<artifactId>uni-boot-business</artifactId>
48+
<artifactId>uni-boot-common-plugin-actuator</artifactId>
5949
</dependency>
6050
</dependencies>
6151

common/plugin/actuator/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,16 @@
1111

1212
<artifactId>uni-boot-common-plugin-actuator</artifactId>
1313

14+
<dependencies>
15+
<!--actuator-->
16+
<dependency>
17+
<groupId>org.springframework.boot</groupId>
18+
<artifactId>spring-boot-starter-actuator</artifactId>
19+
</dependency>
20+
<!--SpringBootAdmin-->
21+
<dependency>
22+
<groupId>de.codecentric</groupId>
23+
<artifactId>spring-boot-admin-starter-client</artifactId>
24+
</dependency>
25+
</dependencies>
1426
</project>

0 commit comments

Comments
 (0)