change: 配置新增一层文件型配置抽象.

This commit is contained in:
2024-06-04 14:16:49 +08:00
parent b1b87cdbd9
commit c7a6c3ca80
7 changed files with 43 additions and 9 deletions

View File

@@ -103,6 +103,11 @@ public abstract class AbstractConfiguration implements Configuration {
printDetails();
}
@Override
public int getPriority() {
return Integer.MAX_VALUE;
}
/**
* 载入配置信息请加锁
*/