Skip to content

Commit ee97ad8

Browse files
committed
Spring Boot 2.4 版本前后的配置分组功能
1 parent 7d9d2e2 commit ee97ad8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

2.x/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<module>chapter1-1</module>
1414

1515
<!--配置文件-->
16-
<module>chapter1-2</module>
16+
<module>chapter1-2</module> <!-- 2.4版本之后的多环境配置与配置激活 -->
17+
<module>chapter1-3</module> <!-- 2.4版本之后的配置分组功能 -->
1718

1819
<!--API开发-->
1920
<module>chapter2-1</module> <!-- 构建RESTful API与单元测试 -->

0 commit comments

Comments
 (0)