bogdanned / restfull_api_spring_boot_extended

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RESTfull API with Spring Boot

Getting Started 🚀

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:

api_list

Requirements:

You need Maven installed in order to run the App.


TODO

Try to understand the code in the payroll folder and extend it so the following is achieved:

  1. Add a swagger file to provide documentation for the API clients Note: you can find step by step instructions here

Solution

You can find the solution in the brach salary:

git checkout salary


Made with 🧡 in Berlin by @CodeWithDragos

About


Languages

Language:Java 100.0%