A Spring RESTful Web Services

This is an employee registration system. The database comes pre-loaded with 2 active employees.


(GET)
Show all current employees on the database.


(POST)
New Employee Registration Form


(PUT)
Update a current employee's information.


(DELETE)
Delete an employee from the database.