feat: 新增命令行配置、优先级最高.

This commit is contained in:
2024-12-25 14:28:30 +08:00
parent aa934121dc
commit a0b0764ac3
5 changed files with 210 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ public abstract class AbstractConfiguration implements Configuration {
protected final Logger log = LoggerFactory.getLogger(this.getClass());
protected final Map<String, String> valueMap = new LinkedHashMap<>(16);
private final Lock loadLock = new ReentrantLock();
protected final Lock loadLock = new ReentrantLock();
public AbstractConfiguration() {}