microsoft / azure-spring-apps-training

Guides and tutorials to make the most out of Azure Spring Apps
MIT License
431 stars 284 forks source link

Get latest value after config value change #160

Open ravening opened 1 year ago

ravening commented 1 year ago

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

That should be automatically updated right?