common 新增 PropertyLoader 在 Boot 环境初始化属性用

This commit is contained in:
thinkgem
2018-10-16 22:07:34 +08:00
parent 7cbc0ba7b7
commit c80c5ec769
3 changed files with 47 additions and 2 deletions

View File

@@ -258,11 +258,17 @@
<!-- Spring begin -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<artifactId>spring-beans</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
<optional>true</optional>
</dependency>
<!-- Spring end -->