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

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…

Contents