This video tutorial helps you get started with Spring Boot using Spring Tools 4 - the next generation of Spring Tool Suite IDE, by creating a hello world Spring Boot project.
What you will learn:
- Understand what is Spring Boot
- Understand Spring Tool Suite IDE
- Understand Spring Tools 4 (STS 4)
- Download & Install Spring Tools 4 (STS 4) for Eclipse
- Develop a Spring Boot hello world project with:
+ A REST controller
+ A MVC controller (with Thymeleaf template)
+ Some JUnit tests
+ Package and run Spring Boot application