Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1020 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 1020 Bytes

spring-boot

List of Spring Boot Tutorials

N|Solid

Examples

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.