Most Commonly Used Annotations in Spring Boot
Spring Boot annotations are a form of metadata that provides data about a program that is not a part of the program itself. Follow..
Understanding Spring Boot Project Structure
In this section we will discuss the project structure and various components of a Spring Boot project. ..
Getting Started With Spring Boot
This tutorial covers the introduction to the Spring Boot framework, the benefits and the Spring Boot starter project. ..
How to Change Spring Boot Default Port?
Spring Boot lets you run the same application more than once on a different port number. The default port used in Spring Boot is 8..
How to Consume REST API in Spring Boot Using RestTemplate?
RestTemplate is a synchronous HTTP client and is designed to consume REST API calls from Spring boot application. ..
How to Execute Code on Spring Boot Application Startup?
Spring boot offers multiple options, for executing your code during the application startup. This post covers some of the best pra..
How to Configure Swagger2 in Spring Boot Application?
This tutorial explains how to configure Swagger2 and enable SwaggerUI in Spring Boot application. ..
How to Enable GZIP Compression in Spring Boot?
HTTP compression is a capability that can be built into web servers and web clients to improve transfer… ..
Integrate Apache Tiles3 to Spring Boot Web MVC Application
Spring Boot Web MVC configured to produce an executable WAR and ready for fully fledged web application development. In this tutor..
Using H2 In-Memory Database in Spring Boot
In the course of this tutorial, we will see how to use the H2 in-memory database to perform the CRUD (create, read, update and del..