In this Spring Boot quick start, you are going to learn how to create a simple Spring Framework application using Spring Boot. We will discuss different IDE & Text editor options, create the new Spring Boot application using the Spring Initializr and then import it into IntelliJ IDEA. This Spring Boot Tutorial for Beginners will follow a new quick start guide on the Spring.io website.
When you have completed this tutorial you should understand:
✅ Understand what Spring Boot is and what it gives us
✅ Create a new project using the Spring Initializr
✅ Import the project into your IDE of choice
✅ Create a REST controller in Spring Boot
✅ Use the @GetMapping annotation from the Spring Framework
✅Running a Spring Boot Application
🔗Resources & Links mentioned in this video:
Spring Boot Quick Start: https://spring.io/quickstart
Spring Boot in Visual Studio Code: https://youtu.be/5mpHejytgFE
Top comments (2)
Where can you do deeploy of spring boot applications?