Description
In this course, you will learn:-
- Learn about the Spring Framework.
- Know what Spring Boot is and how to use it.
- Create an environment conducive to development.
- Learn how to use the tools required to create Spring Boot applications.
- Make a Hello World application from the ground up.
Syllabus:-
- About Me & About This Course
- The Spring Framework
- Spring Boot
- Source Code For This Course
- Your First Quiz
- 4 questions
- [Exercise] - Spring Documentation
- Development Environment Intro
- Installing Java on Windows
- Installing Java on Mac OSX
- Installing Groovy on Windows
- Installing Gradle on Windows
- Spring CLI on Windows
- SDK MAN
- Installing IntelliJ on Windows
- Installing IntelliJ on Mac OSX
- Hello, Spring Boot Intro
- Hello, World! Creating Your First Spring Boot Application
- [Exercise] Create your first Spring Boot Application
- Spring Initializr
- Build Tools Overview
- Maven Build
- Gradle Build
- Build Tools
- Starter POMs
- Creating an Executable JAR
- Spring DevTools & Live Reload
- [Exercise] Building Your First Real World Application