Loading Initial Data with Spring Boot

In this article, we will look at options for loading initial data with Spring Boot. We will look at the different options available with Spring Boot. Loading Initial Data with Spring Boot Spring Boot makes it really easy to manage any type of database changes. It will search for entities in our packages and create … Read more

Spring Boot RestTemplate

In this article of Spring Boot, we will inspect the Spring Boot RestTemplate or Spring RestTemplate. It makes us easy to consume and creating a Spring Boot RESTful web service. Spring Boot RestTemplate Consuming and creating a Spring Boot RESTful web service requires a lot of boiler-plate code. The Spring Boot RestTemplate makes it easy … Read more

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 … 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 … Read more