Merge pull request #165 from richardcode991/develop

apollo动态配置不生效 #162
pull/169/head
龙台 Long Tai 2 years ago committed by GitHub
commit 8d90d14d55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,7 +35,7 @@ public class ApolloRefresherHandler extends AbstractCoreThreadPoolDynamicRefresh
ConfigChangeListener configChangeListener = configChangeEvent -> {
ConfigFile configFile = ConfigService.getConfigFile(
namespace,
this.namespace.replaceAll("." + bootstrapCoreProperties.getConfigFileType().getValue(), ""),
ConfigFileFormat.fromString(bootstrapCoreProperties.getConfigFileType().getValue())
);

Loading…
Cancel
Save