我在运行auth service时遇到问题。
即使我不能确定它是否有效,我也不能运行它。
我在控制台上看到如下所示的错误。
java.lang.IllegalStateException: Unable to load config data from 'configserver:http://localhost:9296'
Caused by: java.lang.IllegalStateException: File extension is not known to any PropertySourceLoader. If the location is meant to reference a directory, it must end in '/' or File.separator
若要执行范例
1)运行注册表服务
2)运行配置服务
3)运行API网关
4)运行其他服务
下面是项目链接:Project Link
1条答案
按热度按时间o7jaxewo1#
这就是解决办法。
在我改变了auth的 Spring 版本后,这个问题就消失了,这和其他的是一样的。
已更改
至
单位为
pom.xml