feat():增加nacosService业务类

master
WeiRan 2024-08-09 10:14:04 +08:00
parent c3b83e2d5b
commit 1e894f1a58
2 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import org.springframework.context.annotation.Import;
* @Date2024/8/9 9:29
*/
@Configuration
@ForestScan(basePackages = "com.muyu.cmmon.nacos.remote")
@ForestScan(basePackages = "com.muyu.common.nacos.remote")
@Import(value = {
NacosNamespaceInterceptor.class,
NacosServerService.class

View File

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