public class NacosPropertiesBuilder extends Object
| Constructor and Description |
|---|
NacosPropertiesBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Properties |
buildNacosProperties(org.springframework.core.env.Environment environment,
String serverAddr,
String namespaceId,
String endpoint,
String secretKey,
String accessKey,
String ramRoleName,
String configLongPollTimeout,
String configRetryTimeout,
String maxRetry,
boolean enableRemoteSyncConfig,
String username,
String password) |
static void |
merge(Properties targetProperties,
Properties sourceProperties) |
public static Properties buildNacosProperties(org.springframework.core.env.Environment environment, String serverAddr, String namespaceId, String endpoint, String secretKey, String accessKey, String ramRoleName, String configLongPollTimeout, String configRetryTimeout, String maxRetry, boolean enableRemoteSyncConfig, String username, String password)
public static void merge(Properties targetProperties, Properties sourceProperties)
Copyright © 2020. All rights reserved.