Connect Timeout Exception on Url - http://localhost:8888. Will be trying the next url if available

2021-01-12 10:44:36 浏览数 (1)

spring-boot 提示配置中心地址连接拒绝、超时

在pom.xml加入这个包即可

代码语言:javascript复制
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-config-server</artifactId>
</dependency>

0 人点赞