diff --git a/IV. Spring Boot features/23.4. Profile-specific properties.md b/IV. Spring Boot features/23.4. Profile-specific properties.md index e69de29..f87028c 100644 --- a/IV. Spring Boot features/23.4. Profile-specific properties.md +++ b/IV. Spring Boot features/23.4. Profile-specific properties.md @@ -0,0 +1,3 @@ +### 23.4. 特定的Profile属性 + +除了application.properties文件,特定配置属性也能通过命令惯例application-{profile}.properties来定义。特定Profile属性从跟标准application.properties相同的路径加载,并且特定profile文件会覆盖默认的配置。