Description:
Failed to bind properties under 'eureka.client.service-url' to java.util.Map<java.lang.String, java.lang.String>:
Reason: No converter found capable of converting from type [java.lang.String] to type [java.util.Map<java.lang.String, java.lang.String>]
Action:
Update your application's configuration
解决:
pom.xml文件内容没有添加全。
java和resources的后面多出来一串啥。。。
解决:
我的解决方式:项目全部删除,重构一遍。不知道后续会不会有问题,先将和我一样的问题的答案放在这里。
开启了热部署但是没有restartedMain?
参考:IDEA配置热部署Devtools(微服务开发必备)_idea配置devtools-CSDN博客
是重新构建了一遍项目,父项目的配置需要重新设置。回头看父工程的配置笔记。
settings->compiler->勾上几个选项
discoveryClient的方法怎么爆红?
解决:包导错了。
参考:DiscoveryClient 没有getServices()方法_discoveryclient.getservices();方法找不到-CSDN博客