SpringCloud中Service類注入同服務下(@Feign)api接口不走http的解決方案 使用@Autowired會直接注入feign代理類。正常情況下同一個服務內不需要再次走http。 解決方案: 1:使用@Qualifier獲取。 ...