promotion 增加 actuator 依赖

pull/4/MERGE
YunaiV 2020-08-15 19:40:40 +08:00
parent 4bfb7c2e04
commit 274352613a
1 changed files with 6 additions and 0 deletions

View File

@ -66,6 +66,12 @@
<artifactId>mall-spring-boot-starter-mybatis</artifactId>
</dependency>
<!-- 监控相关 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<!-- Test 相关 -->
<dependency>
<groupId>org.springframework.boot</groupId>