A Spring Boot application implementing the Test_S_v5.docx requirements.
For building and running the application you need:
There are several ways to run a Spring Boot application on your local machine. One way is to execute the main
method in the it.aitho.fabrickonboarding.FabrickOnboardingApplication
class from your IDE.
Alternatively you can use the Spring Boot Maven plugin like so:
mvn spring-boot:run
Swagger is enabled, use it from http://localhost:8080/swagger-ui/index.html
The database chosen is an H2 in memory only, so all data will be lost after an application restart.