You can run the app using:
mvn clean spring-boot:run
And go to localhost:8080/employees to check the Web Service Works. You should see the following employees list:
You need Maven installed in order to run the App.
Try to understand the code in the payroll folder and extend it so the following is achieved:
- Add a
swagger
file to provide documentation for the API clients Note: you can find step by step instructions here
You can find the solution in the brach salary:
git checkout salary