@RefreshScope and /refresh not working
问题 I have tried to implement spring external configurations using Config Server. It is working fine for the very first time when the application is started but any changes to the properties file are not being reflected. I tried to use /refresh endpoint to refresh my properties on the fly but it doesn't seem to be working. Any help on this would be greatly helpful. I tried POSTing to localhost:8080/refresh but getting a 404 Error response. Below is the code of my application class