update yml config

This commit is contained in:
thinkgem
2024-12-24 00:14:22 +08:00
parent f4d3b2016e
commit fa1107737a
4 changed files with 19 additions and 18 deletions

View File

@@ -36,9 +36,7 @@ public class PropertiesUtils {
// 默认加载的文件可通过继承覆盖若有相同Key优先加载后面的
public static final String[] DEFAULT_CONFIG_FILE = new String[]{
"classpath:application.yml", "classpath:config/application.yml",
"classpath:bootstrap.yml", "classpath:config/bootstrap.yml",
"file:application.yml", "file:config/application.yml",
"file:bootstrap.yml", "file:config/bootstrap.yml",
};
private static final Logger logger = PropertiesUtils.initLogger();