Spring Boot submit form

SpringBoot submit form tutorial shows how to submit a form in a Spring Boot application.

Spring Boot Swing integration

In Spring Boot Swing integration tutorial, we are going to combine Spring Boot framework with Swing library.

Spring Boot TestEntityManager

Spring Boot TestEntityManager tutorial shows how to use TestEntityManager in JPA tests. TestEntityManager provides a subset of EntityManager methods that are useful for tests as well as helper methods for common testing tasks such as persist or find.

Serving static content in Spring Boot

Spring Boot static content shows how to serve static content in a Spring Boot application.

Spring Boot @SpringBootTest

@SpringBootTest tutorial describes the @SpringBootTest annotation and shows how to use it in testing.

SpringBootServletInitializer

SpringBootServletInitializer tutorial shows how to deploy a Spring Boot application from a traditional WAR deployment.

Creating PDF report in Spring Boot

Spring Boot Serve PDF report tutorial shows how to serve PDF file in Spring Boot web application. The report is generated with openpdf library.

Serving image file in Spring Boot

In this article we show how to serve an image file in Spring Boot RESTful web application. The image is a JPEG file located in the resources directory.

SpringApplicationBuilder

SpringApplicationBuilder tutorial shows how to use SpringApplicationBuilder to create SpringApplication and ApplicationContext instances.

Spring Boot RouterFunction

Spring Boot RouterFunction tutorial shows how to create functional routes in Spring Boot applications. RouterFunction represents a function that routes to a handler function.