From the course: Spring Web MVC 6

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Exercise files and database setup

Exercise files and database setup - Spring Tutorial

From the course: Spring Web MVC 6

Exercise files and database setup

- [Instructor] The exercise files for this course are stored on GitHub. There are branches for both the start and the end states of each video where we work on code. You can view a list of all the branches here in GitHub from the branch dropdown menu. For example, if you wanted to find the start state for video 01_08 set up homepage flow, you could look through this dropdown menu and find the branch labeled 01_08b. The end state would be in the 01_08e branch. There are multiple ways to work with this project from within IntelliJ. One simple way is to copy the URL from the code button and then open up into IntelliJ to check out the code. Once in IntelliJ, you'll want to select Get from VCS. You want to make sure that Git is selected as the version control system. You can then paste the copied URL in the URL field, select whichever directory you would like the code to be checked out into. And then click on clone to clone…

Contents