我的客户端放在com.sdstc.auth.client
下,我代码的包结构如下:
默认情况下,我需要将我的启动类放在com.sdstc
下才能够正常的扫描到我Feign Client。即使我在@SpringBootApplication
中配置了com.sdstc.auth.client
,也无法扫描到该客户端。
最后我尝试出了如下写法,即为@EnableFeignClients
配置扫描地址:
|
|
我的客户端放在com.sdstc.auth.client
下,我代码的包结构如下:
默认情况下,我需要将我的启动类放在com.sdstc
下才能够正常的扫描到我Feign Client。即使我在@SpringBootApplication
中配置了com.sdstc.auth.client
,也无法扫描到该客户端。
最后我尝试出了如下写法,即为@EnableFeignClients
配置扫描地址:
|
|