- Status: accepted
- Deciders: @jam01
- Date: 2020-11
In a solid continuous delivery configuration an enterprise needs to manage application configuration properties independently of the application source code. What component should we use?
- Flexible backend support
- Easy integration with Camel and Spring Boot
- Spring Cloud Config
We'll use spring cloud config as our application configuration manager. Spring cloud config is very simple to integrate since we chose Spring Boot as our base application framework. We'll use a Git backend from Gitea which will allow our customers to keep a history of changes and enable rollback.
- Simple integration to Spring Boot