Load properties from application.properties in Spring Cloud Config until refreshed

141 views Asked by At

I've a setup with Spring Cloud Config Server and Client as described in the response here. The next thing I'm trying to do is load the properties from application.properties in the client when the service starts. Once I call /actuator/refresh I would like to load it from the Config Server. Is this even possible? Thanks!

0

There are 0 answers