public class ConfigServerServiceConnector extends ServiceInfoPropertySourceAdapter<ConfigServerServiceInfo>
| Modifier and Type | Field and Description |
|---|---|
static String |
SPRING_CLOUD_CONFIG_OAUTH2_CLIENT_ACCESS_TOKEN_URI |
static String |
SPRING_CLOUD_CONFIG_OAUTH2_CLIENT_CLIENT_ID |
static String |
SPRING_CLOUD_CONFIG_OAUTH2_CLIENT_CLIENT_SECRET |
static String |
SPRING_CLOUD_CONFIG_URI |
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description |
|---|
ConfigServerServiceConnector() |
| Modifier and Type | Method and Description |
|---|---|
protected PropertySource<?> |
toPropertySource(ConfigServerServiceInfo serviceInfo) |
getOrder, onApplicationEventpublic static final String SPRING_CLOUD_CONFIG_URI
public static final String SPRING_CLOUD_CONFIG_OAUTH2_CLIENT_CLIENT_ID
public static final String SPRING_CLOUD_CONFIG_OAUTH2_CLIENT_CLIENT_SECRET
public static final String SPRING_CLOUD_CONFIG_OAUTH2_CLIENT_ACCESS_TOKEN_URI
protected PropertySource<?> toPropertySource(ConfigServerServiceInfo serviceInfo)
toPropertySource in class ServiceInfoPropertySourceAdapter<ConfigServerServiceInfo>