Spring Cloud Config for Shared Microservice Configuration

Spring Cloud Config for Shared Microservice Configuration

This tutorial shows how to use Spring Cloud config to manage configuration properties for multiple Spring Boot applications from a single source.

Abdelrahman Mahmoud

Hello,
Great explanation! Many Thanks
I wander, Is it possible to place the OKTA configurations in a single file to be used among different services?

Matt Raible

Yes, it is! My post on Reactive Java Microservices shows how you can do this with JHipster. It uses Spring Cloud Config server.