|
|
|
|
27
|
* `Web`
|
27
|
* `Web`
|
28
|
* Select `Generate Project`
|
28
|
* Select `Generate Project`
|
29
|
* After the project has completed downloading, navigate to the download directory and unzip the project folder.
|
29
|
* After the project has completed downloading, navigate to the download directory and unzip the project folder.
|
30
|
-* After unzipping the project folder, open the project via its `pom.xml` from IntelliJ > File > Open
|
|
|
31
|
- * Be sure to `Open as Project` when prompted
|
|
|
32
|
* At the root directory of the project, clone this repository.
|
30
|
* At the root directory of the project, clone this repository.
|
33
|
* Move all files from the `demo` project generated by `start.spring.io`, into the newly cloned `learnerlab` folder.
|
31
|
* Move all files from the `demo` project generated by `start.spring.io`, into the newly cloned `learnerlab` folder.
|
34
|
-
|
|
|
|
|
32
|
+* Open the project via its `pom.xml` from IntelliJ > File > Open
|
|
|
33
|
+ * Be sure to `Open as Project` when prompted
|
35
|
|
34
|
|
36
|
### Part 1.0 - Create `Person` Class
|
35
|
### Part 1.0 - Create `Person` Class
|
37
|
* Create a `Person` class.
|
36
|
* Create a `Person` class.
|