In exercise 5, I was able to read message from application.yml hosted on github but when I change the message in the file to Configured by Spring Cloud Config Server for Microsoft Azure, I dont get the new value after hitting the /hello endpoint. I still get the old value of Configured by Spring Cloud Config Server
In exercise 5, I was able to read message from application.yml hosted on github but when I change the message in the file to
Configured by Spring Cloud Config Server for Microsoft Azure
, I dont get the new value after hitting the /hello endpoint. I still get the old value ofConfigured by Spring Cloud Config Server
That should be automatically updated right?