Spring Boot Actuator
Spring boot actuator provides in-built HTTP endpoints available for different monitoring and management purposes. It provides several features like health[…]
Read moreAmplify your java knowledge with javagyansite
Spring boot actuator provides in-built HTTP endpoints available for different monitoring and management purposes. It provides several features like health[…]
Read moreTechnology Stack Project Structure pom.xml Add the below in pom.xml Add the below spring boot starters Application class annotated with @SpringBootApplication[…]
Read more@SpringBootApplication annotation : indicates a configuration class that declares one or more @Bean methods and also triggers auto-configuration and component[…]
Read more@EnableAutoConfiguration annotation enables Auto Configuration for our Spring Boot Application. Spring checks the spring.factories files under the folder META-INF in[…]
Read moreSpring Boot Starters – Eases dependency management Handling dependency management is a difficult task for big projects. Spring Boot resolves[…]
Read moreSpring Boot is built on top of the Spring framework and has all the features of Spring. Let’s look into[…]
Read moreWhat is JPA? JPA(Java Persistence API) is the standard specification for object-relational mapping between relation database tables and Java classes. Popular[…]
Read moreAs part of this discussion , we will Build a RESTful Webservices using the following Technologies. Spring Framework Spring Boot[…]
Read more