promotion 增加 actuator 依赖

This commit is contained in:
YunaiV 2020-08-15 19:40:40 +08:00
parent 4bfb7c2e04
commit 274352613a

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>