|
|
@@ -34,6 +34,12 @@
|
|
|
<artifactId>spring-boot-starter-undertow</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
+ <!-- SpringBoot Actuator -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
|