
SpringCloud
记录技术,记录一路前行的困难
maslii
独立之精神,自由之思想
展开
-
Gateway + Consul 报错:Consul service ids must not be empty, must start with a letter, end with a lette
感悟:没有用到的Jar包就不要加进去了使用Spring Cloud Gateway作为服务网关,搭配Consul作为注册中心,由于一开始没有使用Consul,但是引入Consul的Jar的包,所以虽然没有使用Consul,但是还是会默认去寻找跟Consul有关的配置信息,所以就会报错org.springframework.beans.factory.UnsatisfiedDependencyE...原创 2019-08-09 23:18:38 · 4010 阅读 · 0 评论 -
Spring Cloud Gateway报错:Unable to start embedded Tomcat
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.2019-08-05 20:47:09.045 ERROR 10244 --- [ main] o.s.boot.SpringApplication ...原创 2019-08-08 23:07:49 · 6393 阅读 · 5 评论