mirror of https://gitee.com/stylefeng/roses
【7.2.2】【auth】增加一个配置的自动properties解析
parent
28885e5f77
commit
b7e76fa1ce
|
@ -38,6 +38,12 @@
|
|||
<version>${roses.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!--properties自动提示装载-->
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-configuration-processor</artifactId>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Reference in New Issue