I am trying to externalise my configurations on Spring Cloud Config via a Git repository. I have a separate file (lets name it abc.json) which contains some static data. The content of the file can be changed over a period of time. Is there a way I can commit my json file in the Git repo and on application restart or refresh the new changes can be loaded in the code.
↧