From the course: Complete Guide to Spring MVC
Unlock this course with a free trial
Join today to access over 24,600 courses taught by industry experts.
Skip basics: Source repository for this guide - Spring Tutorial
From the course: Complete Guide to Spring MVC
Skip basics: Source repository for this guide
- [Instructor] This option is for skipping the basics. So, here I am in the documentation for the tutorial that Spring MVC that has provided for Serving Web Content. And if you scroll down to skip the basics, which is right here, we'll see the folder that we need to download. So go ahead and select download, and you'll see that I have a file that was downloaded. I need to go ahead and unzip the source repository for this guide, or you can clone it using Git cd into that folder. And then we'll jump ahead to the next part, which is creating a web controller. So let's first start with getting this folder into our IntelliJ. I'm going to go ahead and double click into that. And you see I have the folder here. So to manually get it into IntelliJ, for those who are going through this process, you can go ahead and go into IntelliJ, Select file, New, Select project from existing sources, and go ahead and select the file that you just unzipped and downloaded from the tutorial for the skip the…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
What you will build and what you need2m 50s
-
Start from scratch vs. skipping the basics1m 41s
-
(Locked)
Starting with Spring Initializr4m 49s
-
(Locked)
Skip basics: Source repository for this guide1m 46s
-
(Locked)
Create a web controller9m 13s
-
(Locked)
Spring Boot devtools4m 45s
-
(Locked)
Run the application2m 38s
-
(Locked)
Test the application2m 7s
-
(Locked)
Add a home page5m 11s
-
(Locked)
Summary and next steps4m 57s
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-