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...
In my previous blog post, we introduced ourselves to Microsoft Azure deployment. If you've not read that yet then its the right time to check that before going ahead. https://karthikeyanrm.hashnode.dev/deploy-a-spring-boot-application-to-microsoft-az...
What are Microservices Microservices represent a software architecture approach where a complex application is built as a collection of small, independent services, each running in its process and communicating with others through well-defined APIs. ...
These three critical roles have an important impact on the successful foundation of microservices: The Architect: The guy who draws to the big picture. The Software Developer: The guy writes the code. The DevOps engineer: The guy makes a decision ...
Introduction: In the dynamic landscape of software development, the ability to adapt and make real-time changes to configurations is paramount. However, altering properties during runtime without disrupting the application's flow can be challenging. ...
Discover the power of Spring Cloud Config in this comprehensive guide. Learn how to efficiently externalize and manage your application's configuration using Spring Cloud Config, ensuring scalability, flexibility, and ease of maintenance. Introductio...
As microservices continue to gain popularity, developers are looking for ways to build them in a flexible and efficient way. Spring Boot, a popular Java-based framework, is a powerful tool that can help developers build microservices with ease. This ...
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...