Implementing config server to externalize configuration | SpringBoot Microservices
Step 1 → Our config server will be a microservice with dependencies -
Config Server | SPRING CLOUD CONFIG
Eureka Discovery Client | SPRING CLOUD DISCOVERY
Step 2 → Register the microservice as Discovery Client. For this we have already added depe...
prashantblog.hashnode.dev2 min read