All Classes and Interfaces
Class
Description
Nacos-specific loader, If need to support other methods of parsing,you need to do the
following steps:
Config preference.
Nacos-specific resource.
Nacos Config annotation.
Implementation of
ConfigDataLoader.Used for initialization of Nacos ConfigService.
Implementation of
ConfigDataLocationResolver, load Nacos
ConfigDataResource.Endpoint for Nacos, contains config data and refresh history.
The
HealthIndicator for Nacos Config.Nacos properties.
A
FailureAnalyzer that performs analysis of failures caused by a
NacosConnectionFailureException.A
NacosConnectionFailureException is thrown when the application fails to
connect to Nacos Server.On application start up, NacosContextRefresher add nacos listeners to all application
level dataIds, when there is a change in the data, listeners will refresh
configurations.
Reload nacos log configuration on spring application contextPrepared.
Deprecated.
Parsing for XML requires overwriting the default
PropertiesPropertySourceLoader, because it internally rigorously validates
(DOCTYPE) THE XML in a way that makes it difficult to customize the
configuration; at finally, make sure it's in the first place.StringUtils.