Nacos
fenyu8
这个作者很懒,什么都没留下…
展开
-
【无标题】
1.在项目soms-bo通过feign调用soms-auth报错:feign.codec.DecodeException: Error while extracting response for type [java.util.List<com.sz.soms.auth.api.facade.user.vo.UserInfoVO>] and content type [application/json]; nested exception is org.springframework.ht原创 2022-01-14 16:37:20 · 184 阅读 · 0 评论 -
Spring boot 集成Nacos注册中心
1.新建Springboot项目,添加Nacos依赖 <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId> <version>2.2.4.RELEASE</ve.原创 2021-12-23 15:17:15 · 1010 阅读 · 1 评论