update 配置统一提取为 properties 配置类

This commit is contained in:
疯狂的狮子li
2021-05-17 13:39:59 +08:00
parent 89fa1dff09
commit 2ebcffb22e
13 changed files with 270 additions and 183 deletions

View File

@ -145,6 +145,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<!-- 自动生成YML配置关联JSON文件 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
</dependency>
</dependencies>