Enable Eureka on the Client Side
In the last post we have setup Eureka as a server. Now we have to create a new microservice that act as a client application […]
Read moreIn the last post we have setup Eureka as a server. Now we have to create a new microservice that act as a client application […]
Read moreSpring boot actuator is one of the most useful starter provided by the Spring framework. Spring boot actuator is used to check the status of […]
Read moreSpring boot H2 database is the in-memory database provided by the spring boot. As we know that database is the most important thing while we […]
Read moreService Discovery in spring boot act as a database which contains the information about all the running microservices. While using service discovery we don’t need […]
Read more