Spring Boot 之配置文件详解

This commit is contained in:
JeffLi1993
2017-04-20 13:54:45 +08:00
committed by liqiangqiang
parent 4222985d43
commit 71e9534c31

10
pom.xml
View File

@@ -9,7 +9,6 @@
<packaging>pom</packaging>
<modules>
<module>springboot-helloworld</module>
<module>springboot-mybatis</module>
<module>springboot-mybatis-redis</module>
<module>springboot-mybatis-mutil-datasource</module>
@@ -19,6 +18,15 @@
<module>springboot-dubbo-client</module>
<module>springboot-validation-over-json</module>
<module>springboot-elasticsearch</module>
<!-- 基础 入门篇 -->
<!-- Spring Boot 之 HelloWorld 详解 -->
<module>springboot-helloworld</module>
<!-- Spring Boot 之配置文件详解 -->
<module>springboot-properties</module>
<!-- 基础 - Web 业务开发篇 -->
</modules>
</project>