Java Web Developer Nanodegree - Course 2 - Spring Boot Basics
This repository contains the following for the Java Web Developer Nanodegree - Course 2 - Spring Boot Basics
- Exercises,
- Corresponding solutions, and
- The code snippets demonstrated in the classroom
Lesson and Exercise Naming Conventions
The lesson and exercise numbers start from 0, just like it does in array-indexes. For example:
-
The exercise solution directory named
udacity-jwdnd-c1-l1-final-review-solution-master
is associated with the final-review exercise present in course 2, lesson 2 in the classroom. -
The exercise solution directory named
udacity-jwdnd-c1-l5-junit-and-selenium-master
is associated with the junit-and-selenium concept present in course 2, lesson 6 in the classroom. -
The
udacity-jwdnd-c1-snippets-master
directory contains the code snippets demonstrated in the classroom.
Below is the mapping of folders in the current repository versus the classroom pages:
Dependencies
- IntelliJ IDEA as the preferred IDE.
- Java 14 or higher - The current Java version in the
pom.xml
file is 14. However, you can upgrade to Java 15, as the soruce code does not uses any deprecated libraries/functions. If you have already downloaded the Java 15 in your system, follow the steps mentioned below: