File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments