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...
Start by creating a new project with Spring Initializer. Move to https://start.spring.io/ and create a new Spring Project with Maven, Spring Boot 3.x.x and JDK 17.Please enter the following data: Project: Maven Language: Java Group: com.config Ar...