SpringBoot submit form tutorial shows how to submit a form in a Spring Boot application.
In Spring Boot Swing integration tutorial, we are going to combine Spring Boot framework with Swing library.
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.
Spring Boot static content shows how to serve static content in a Spring Boot application.
@SpringBootTest tutorial describes the @SpringBootTest annotation and shows how to use it in testing.
SpringBootServletInitializer tutorial shows how to deploy a Spring Boot application from a traditional WAR deployment.
Spring Boot Serve PDF report tutorial shows how to serve PDF file in Spring Boot web application. The report is generated with openpdf library.
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 tutorial shows how to use SpringApplicationBuilder to create SpringApplication and ApplicationContext instances.
Spring Boot RouterFunction tutorial shows how to create functional routes in Spring Boot applications. RouterFunction represents a function that routes to a handler function.