Skip to content

Commit

Permalink
增加 spring-boot-starter-actuator 配置
Browse files Browse the repository at this point in the history
  • Loading branch information
YClimb committed Sep 30, 2020
1 parent fda3042 commit 743f798
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nacos-discovery-consumer-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,18 @@
</properties>

<dependencies>
<!-- Spring WebMVC Starter -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>

<!-- Spring Boot Actuator Starter -->
<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>
Expand Down

0 comments on commit 743f798

Please sign in to comment.