
微服务
立志当大佬
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
NoClassDefFoundError: ConfigurationPropertiesBean
1.NoClassDefFoundError: ConfigurationPropertiesBean,2.加入nacos依赖,exit with 0是springboot的版本和springcloud的版本不匹配导致。springboot版本用2.2.5.RELEASE springcloud版本用Hoxton.SR3springboot版本用2.2.1.RELEASE springcloud版本用Hoxton.RELEASE...原创 2022-03-01 11:47:42 · 1156 阅读 · 0 评论 -
feign.FeignException$NotFound: status 404 reading MySQLRemoteService#getOrderProjectVORemote(Integer
feign远程调用,要加上@ResponseBody,数据传输以json格式原创 2022-02-24 10:42:44 · 434 阅读 · 0 评论 -
用feign调用远程接口时,required a bean of type ‘com.cjy.crowd.api.MySQLRemoteService‘ that could not be found
要加上@EnableFeignClients注解原创 2022-02-23 10:10:45 · 1016 阅读 · 0 评论