Commit d320cc33 authored by Shanelle Valencia's avatar Shanelle Valencia

Testing gotlab

parent 1055792b
...@@ -81,6 +81,8 @@ public class EmployeeController { ...@@ -81,6 +81,8 @@ public class EmployeeController {
} }
......
...@@ -21,6 +21,7 @@ public class EmployeeService { ...@@ -21,6 +21,7 @@ public class EmployeeService {
public Employee addEmployee(Employee employee) { public Employee addEmployee(Employee employee) {
//save persists the info on the jpa database
return employeeRepository.save(employee); return employeeRepository.save(employee);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment