A REST API built with Spring Boot
- Spring initializr uses maven wrapper so type this:
$ ./mvnw clean spring-boot:run
- Alternatively using your installed maven version type this:
$ mvn clean spring-boot:run
- When the app starts, we immediately interrogate it.
$ curl -v localhost:8080/employees
- Other endpoints can be found in Employee endpoints or Order endpoints