Browse Source

📝 更新 properties 模块的 README 文件

3.x
Yangkai.Shen 2 years ago
parent
commit
4d1ddaa568
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      demo-base/demo-base-properties/README.md

+ 1
- 1
demo-base/demo-base-properties/README.md View File

@@ -127,6 +127,6 @@ developer:

### 2.测试

1. 启动 `PropertiesApplication.java` ;
1. 启动 `PropertiesApplication` ;
2. 打开任意浏览器,输入 `http://localhost:8080/demo/property` ,检查输出结果;
3. 将 `application.yml` 配置文件中的 `spring.profiles.active` 参数从 `prod` 修改为 `dev` ,重新启动,观察输出结果变化。

Loading…
Cancel
Save