This is the configuration for the Microservice - Explored Project I made (https://github.com/prajvals/Microservices-Explored)
-
This is the service to bring in the common Configuration of Eureka Client to connect with Eureka Server.
-
Tech Used: Spring boot, Microservices Architecture, Eureka Client, Maven
-
Clone the Repo and Microservices Explained Repo (https://github.com/prajvals/Microservices-Explored)
-
Open the Project in IntellJ idea.
-
Launch the Service Registry Service First as this acts as the Eureka Server.
-
Launch the application.
-
The application connects to the Eureka Server and also hosts the Configuration that is then used by other services to connect to Eureka Server
-
This Service is used to serve Configurations which are required by other services and acts like a common store of all the configurations to be used by other services too.
- Microservice Architecture
- Eureka Client
- Spring Boot