spring 无法加载控制器:无法加载控制器,

vybvopom  于 2022-10-30  发布在  Spring
关注(0)|答案(1)|浏览(219)

我在运行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

o7jaxewo

o7jaxewo1#

这就是解决办法。
在我改变了auth的 Spring 版本后,这个问题就消失了,这和其他的是一样的。
已更改

<version>2.7.5</version>

<version>2.7.4</version>

单位为pom.xml

相关问题