List of Spring Boot Tutorials
The [spring-boot-helloworld] sample demonstrates the bare minimum configuration for getting started with Spring boot 2 with maven examples with basic REST controller.
The [Spring-boot-junit5-test-example] example to integrate Spring boot 2 and Junit 5 with Maven and writing tests to test the Spring components and a simple REST controller.
The [junit5-displayNames-example] Example to send an email using Spring boot 2 + gmail SMTP + Thymeleaf html template with an attachment and inline image.
An example to start working with Lombok and Spring boot together.
An example with Spring Boot + H2 + JPA example.
A quick guide on how to deploy Spring Boot Application in Docker.