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 moreAuthor: vasurajput005
Spring Boot Actuator
Spring 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
Spring 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
Service 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