Spring Boot service can't connect to Spring Cloud Config Server when start as a Docker container
I'm using Spring Cloud Config Server with a simple Spring Boot project. So I have a service for Spring Cloud Config Service and another simple service that connect to Spring Cloud Config Service to get some properties like database credentials…