fix():修复了nacosService

master
chentaisen 2024-08-08 21:47:58 +08:00
parent 017da86951
commit 089c1fc666
2 changed files with 1 additions and 3 deletions

View File

@ -18,7 +18,6 @@ import org.springframework.context.annotation.Import;
NacosNamespaceInterceptor.class, NacosNamespaceInterceptor.class,
NacosServerService.class NacosServerService.class
} }
) )
public class NacosRemoteConfig { public class NacosRemoteConfig {
} }

View File

@ -1,2 +1 @@
com.muyu.common.nacos.remote.interceptor.NacosNamespaceInterceptor com.muyu.common.nacos.NacosRemoteConfig
com.muyu.common.nacos.service.NacosServerService