The objective of this exercise is to make the code found in this repository build, run tests, and run the application via the CLI. The following dependencies are in use with this code:
org.springframework.boot:spring-boot-autoconfigure
version 3.3.4org.springframework.boot:spring-boot-dependencies
version 3.3.4org.springframework.boot:spring-boot-starter-web
version 3.3.4org.springframework.boot:spring-boot-starter-test
version 3.3.4org.junit.jupiter:junit-jupiter-api
version 5.11.2org.assertj:assertj-core
version 3.26.3