spring-boot 提示配置中心地址连接拒绝、超时
在pom.xml加入这个包即可
<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-config-server</artifactId> </dependency>