Let's repeat Step 08.

Start from this:

-bash-4.2$ pwd
/u/dgerman/apache/htdocs/spring-boot/fall2019/step08a
-bash-4.2$ tree .
.
+-- pom.xml
+-- src
|   +-- main
|        +-- java
|        |   +-- com
|        |       +-- example
|        |           +-- demo
|        |               +-- Person.java
|        |               +-- SpringBoot08aApplication.java
|        +-- resources
|            +-- application.properties
+-- documnets

8 directories, 4 files
-bash-4.2$

You are again creating a Spring Boot application that uses a database to store its data.

What is different this time?