
springcloud
奇墨ITQM
提供一站式运维服务,云原生改造咨询服务,服务了大量的世界及中国500强客户。
展开
-
Spring MVC found on classpath, which is incompatible with Spring Cloud Gateway at this time.
我已经把父工程中以下依赖移除掉了,但是她还是报Spring MVC found on classpath, which is incompatible with Spring Cloud Gateway at this time. 说我依赖重复了,重复就重复了呗,为啥还报错还就搞不明白了 <dependency> <groupId>org.springframework.boot</groupId> <artifa原创 2020-09-25 21:09:24 · 20295 阅读 · 19 评论 -
springcloud中出现Failed to bind properties under ‘eureka.client.service-url‘
今天我遇到一个特别沙雕的一个bug,害我搞了半天 就是这个在启动springcloud过程中出现Failed to bind properties under 'eureka.client.service-url' to java.util.Map<java.lang.String, java.lang.String>:错误 这个是因为我在springcloud的配置文件application中在少了一个空格 在上面冒号后面加个空格就行了,不然会出现错误,这个知识点有点忘记了,所以原创 2020-09-24 14:01:46 · 1679 阅读 · 0 评论