在 java spring boot 中配置服务器和配置客户端

问题描述 投票:0回答:0

从服务器获取配置:http://localhost:8888 2023-05-15T10:29:29.732+05:30 INFO 14600 --- [main] c.c.c.ConfigServicePropertySourceLocator:Url 异常 - http://localhost:8888:org.springframework.web.client.ResourceAccessException:I/O 错误关于“http://localhost:8888/application/default”的 GET 请求:连接被拒绝:没有更多信息。如果可用,将尝试下一个网址 2023-05-15T10:29:29.732+05:30 WARN 14600 --- [main] c.c.c.ConfigServicePropertySourceLocator:无法找到 PropertySource:GET 请求“http://localhost:8888/application/default”时出现 I/O 错误:连接被拒绝:没有更多信息

当我尝试将配置服务器与配置客户端连接时出现错误,请协助。

java spring-boot server client
© www.soinside.com 2019 - 2024. All rights reserved.