mirror of
https://github.com/JeffLi1993/springboot-learning-example.git
synced 2026-03-13 21:43:45 +08:00
Spring Boot 之配置文件详解
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user