我在运行身份验证服务时遇到问题。
即使我无法确定它是否有效,我也无法运行它
我在控制台上看到了如下所示的错误。
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(运行其他服务
这是项目链接:项目链接
这是解决方案。
在我更改了与其他版本相同的auth的Spring版本后,这个问题就消失了。
已更改
<version>2.7.5</version>
至
<version>2.7.4</version>
在pom.xml
中