feat():增加nacosService业务类
parent
c3b83e2d5b
commit
1e894f1a58
|
@ -14,7 +14,7 @@ import org.springframework.context.annotation.Import;
|
||||||
* @Date:2024/8/9 9:29
|
* @Date:2024/8/9 9:29
|
||||||
*/
|
*/
|
||||||
@Configuration
|
@Configuration
|
||||||
@ForestScan(basePackages = "com.muyu.cmmon.nacos.remote")
|
@ForestScan(basePackages = "com.muyu.common.nacos.remote")
|
||||||
@Import(value = {
|
@Import(value = {
|
||||||
NacosNamespaceInterceptor.class,
|
NacosNamespaceInterceptor.class,
|
||||||
NacosServerService.class
|
NacosServerService.class
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
com.muyu.common.nacos.NacosRemoteConfig
|
com.muyu.common.nacos.NacosRemoteConfig
|
||||||
|
com.muyu.common.nacos.service.NacosServerService
|
||||||
|
com.muyu.common.nacos.remote.interceptor.NacosNamespaceInterceptor
|
||||||
|
|
Loading…
Reference in New Issue