gpt4 book ai didi

spring-boot - Spring Cloud Config Server 在启动时找不到 PropertySource

转载 作者:行者123 更新时间:2023-12-03 19:07:03 26 4
gpt4 key购买 nike

当我启动 Spring Cloud Config Server 时,出现以下错误。

Could not locate PropertySource: I/O error on GET request for "http://localhost:8888/configserver/default/master":Connection refused; nested exception is java.net.ConnectException: Connection refused

但是,当我在浏览器中点击该 URL 时,它存在并且配置服务器正在工作。到底是怎么回事?

应用程序.yml
server:
port: 8888
management:
context-path: /admin
logging:
level:
com.netflix.discovery: 'OFF'
org.springframework.cloud: 'DEBUG'
spring:
cloud:
config:
server:
git:
uri: file:/home/dev/configs

bootstrap .yml
spring:
application:
name: configserver

最佳答案

如果您的配置服务器不打算作为配置客户端,您需要设置 spring.cloud.config.enabled=false以避免该日志条目(尽管它是无害的)。

关于spring-boot - Spring Cloud Config Server 在启动时找不到 PropertySource,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28375416/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com