摘要:
无法实例 解决方案: @EnableFeignClients(basePackages = "com.test.test.service") 要指定路径, 如果有设置@ComponentScan 或者 其组合注解 @SpringBootApplication 会冲突两种注解都会搜索注入指定目录中的 阅读全文
摘要:
一 服务端报错 yml中添加 eureka: client: register-with-eureka: false #自己就是注册中心,不用注册自己 fetch-registry: false #要不要去注册中心获取其他服务的地址 二 客户端报错 查看服务端有没有添加注解 @ EnableEure 阅读全文
摘要:
插件不兼容 pom文件添加 <properties> <maven-jar-plugin.version>2.6</maven-jar-plugin.version> </properties> 阅读全文
摘要:
添加pom文件 <dependency> <groupId>com.netflix.hystrix</groupId> <artifactId>hystrix-javanica</artifactId> <version>RELEASE</version> </dependency> 阅读全文