摘要: @SpringBootApplication //spring-boot入口 @EnableDiscoveryClient //客户端开启 @EnableFeignClients(basePackages = "com.example.demos01.service") //web模块之间的调用开启 阅读全文
posted @ 2021-06-22 15:57 灡亾 阅读(405) 评论(0) 推荐(0)