External configuration (server and client) for Spring Cloud
Spring Cloud Config provides server-side and client-side support for externalized configuration in a distributed system. With the Config Server, you have a central place to manage external properties for applications across all environments. The concepts on both client and server map identically to the Spring Environment and PropertySource abstractions, so they fit very well with Spring applications but can be used with any application running in any language.
Go to project's home page here (in french only) : https://rocketmix.github.io
Go to source code and technical documentation here : https://github.com/rocketmix/rocketmix.source
RocketMiX is an open source API platform build on "classic" Spring and Netflix components.
It contains :
* a routing server
* a management server (which embeds a directory of your APIs and a monitoring UI)
* a Spring Boot Starter module (hosted on Maven central)
RocketMiX aims to be a simplified API...