Prashant Katareprashantblog.hashnode.dev·Nov 5, 2024Implementing config server to externalize configuration | SpringBoot MicroservicesStep 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...externalize configuration
Udit Sharmadevsolutions.hashnode.dev·Apr 20, 2023Getting Started with Spring Cloud Config Server using JDBCStart 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...278 readsSpring Cloud Config Server JDBC Microservices Configuration Management Centralized Configuration Spring Boot Spring Initializer REST API Database Connectivity Application Properties