This commit is contained in:
Redkale
2022-07-06 16:29:56 +08:00
parent 7db3cbd03d
commit e820be1de9
3 changed files with 4 additions and 2 deletions

View File

@@ -184,8 +184,10 @@ public final class Application {
//@since 2.7.0
private PropertiesAgent propertiesAgent;
//所有的配置信息都在里面,包含 redkale.port, redkale.lib等
final Properties appProperties = new Properties();
//配置信息只读版Properties
final Environment appEnvironment;
//第三方服务发现管理接口

View File

@@ -6,7 +6,7 @@ import java.util.*;
import java.util.function.BiConsumer;
/**
* 环境变量, 相当于只读Properties
* 环境变量, 只读Properties
*
* 详情见: https://redkale.org
*