Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 591 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 591 Bytes

Build Engineer Coding Exercise

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.4
  • org.springframework.boot:spring-boot-dependencies version 3.3.4
  • org.springframework.boot:spring-boot-starter-web version 3.3.4
  • org.springframework.boot:spring-boot-starter-test version 3.3.4
  • org.junit.jupiter:junit-jupiter-api version 5.11.2
  • org.assertj:assertj-core version 3.26.3