Spring Boot

The guide to learn Spring Boot. Hands-on examples. – Basics of Spring Boot.Spring Boot Starter Projects, Spring Initializr, Creating REST Services, Unit and Integration tests, Profiles, Spring Boot Data JPA, Actuator, and Security.

Spring Boot With H2 Database

In this article, we will see how to use Spring Boot with H2 Database.Just like other databases, there’s full intrinsic support for it in the Spring Boot ecosystem. Spring Boot with H2 Database H2 database is a relatively new and an open-source, in-memory relational database management system that is written in Java. Just like other …

Spring Boot With H2 Database Read More »

Spring Boot JPA

In this article, we will look at the Spring Boot JPA. We will see how to use Spring Boot to configure and setup support for JPA using Spring Data JPA. Spring Boot JPA Spring Boot auto-configuration provides a lot of flexibility and configuration, which makes it easy-to-use Spring Boot JPA out of the box. Before …

Spring Boot JPA Read More »

Scroll to Top