添加远程调用启动器
parent
e5c279aac2
commit
4309674ece
|
@ -0,0 +1,16 @@
|
||||||
|
package com.muyu.common.nacos;
|
||||||
|
|
||||||
|
import com.dtflys.forest.springboot.annotation.ForestScan;
|
||||||
|
import org.springframework.context.annotation.Configuration;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Author: 胡杨
|
||||||
|
* @Name: NacosRemoteConfig
|
||||||
|
* @Description: nacos远程调用启动器
|
||||||
|
* @CreatedDate: 2024/8/10 上午8:53
|
||||||
|
* @FilePath: com.muyu.common.nacos
|
||||||
|
*/
|
||||||
|
@Configuration
|
||||||
|
@ForestScan(basePackages = "com.muyu.common.nacos.remote")
|
||||||
|
public class NacosRemoteConfig {
|
||||||
|
}
|
|
@ -1,3 +1,3 @@
|
||||||
com.muyu.common.nacos.remote.interceptor.NacosNamespaceInterceptor
|
com.muyu.common.nacos.remote.interceptor.NacosNamespaceInterceptor
|
||||||
com.muyu.common.nacos.service.NacosServerService
|
com.muyu.common.nacos.service.NacosServerService
|
||||||
|
com.muyu.common.nacos.NacosRemoteConfig
|
||||||
|
|
Loading…
Reference in New Issue