Embedded Configuration Server with Custom Environment Repository

The Spring Cloud Configuration Server is embedded in the application, so the configuration properties are loaded directly using the EnvironmentRepository and not by REST. Moreover, the EnvironmentRepository is a custom one.

Usage

Thanks to Ryan who helped me creating this sample project, this is the issue.