摘要: 代码如下 import org.springframework.boot.SpringApplication;import org.springframework.boot.autoconfigure.SpringBootApplication;import org.springframework. 阅读全文
posted @ 2021-08-22 17:23 沾青先生 阅读(1519) 评论(0) 推荐(0)
摘要: springCloudAlibaba报错Parameter 0 of method ribbonServerList in com.alibaba.cloud.nacos.ribbon.NacosRibbonClientConfiguration required 原因:缺少DefaultClien 阅读全文
posted @ 2021-08-22 17:13 沾青先生 阅读(859) 评论(0) 推荐(0)
摘要: SpringCloudGateway快速入门 Spring Cloud Gateway 是使用 netty+webflux 实现因此不需要再引入 web 模块。 先查看项目依赖版本是否对应 Spring官方地址:https://github.com/spring-cloud/spring-cloud 阅读全文
posted @ 2021-08-22 16:37 沾青先生 阅读(220) 评论(0) 推荐(0)
摘要: 解决方案: 引入spring-cloud-commons-dependencies依赖 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-commons-dependencies</a 阅读全文
posted @ 2021-08-22 15:35 沾青先生 阅读(2207) 评论(0) 推荐(0)