Commit 57869afdf4c3a20fb3497acf69292d3b50452e26

Authored by 徐烜
1 parent 188aa77b

update

src/main/java/com/bsth/service/schedule/utils/DataToolsProperties.java
... ... @@ -8,7 +8,7 @@ import javax.validation.constraints.NotNull;
8 8 * 配置数据导入导出用到的配置信息
9 9 */
10 10 @ConfigurationProperties(
11   - locations = "classpath:datatools/config.properties",
  11 + locations = "classpath:datatools/config-${spring.profiles.active}.properties",
12 12 ignoreInvalidFields = true,
13 13 prefix = "datatools"
14 14 )
... ...