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
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:
- Visual Studio Code as the preferred IDE.
- Java 21 - The current Java version in the
pom.xml
file is 21. - PostgresSQL DB.