'Can Spring Cloud Config be used to consume files and parse into custom models rather than consume select properties from the file?
Currently, the springboot application that I am working on has an object that parses a locally stored file (containing rules for application logic) into custom models. This object is injected as a bean at startup and then used for program logic. Whenever a change has to be made to the file, the application has to be redeployed and I understand that Spring Cloud config might be something that I can utilise. Can it be used to consume the file input as a whole and parse it into custom models instead of loading selected properties from the file? Ideally, I would want the existing logic to prevail and just have the files stored in the config server.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
