Commit 14c7a32e authored by Srinivas Kota's avatar Srinivas Kota

Merge branch 'employee-branch-srinivas' of...

Merge branch 'employee-branch-srinivas' of https://gitlab.mynisum.com/nmedarametla/demo-project-git-operations into employee-branch-srinivas

# Conflicts:
#	src/main/java/com/nisum/epe/demo/srinivas/Resource.java
parents 48cbf25e cfd50fa7
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<bytecodeTargetLevel target="8" />
</component>
</project>
\ No newline at end of file
......@@ -16,6 +16,7 @@ public class Resource {
@RequestMapping("/saveEmployeeDetails")
public void saveEmployeeDetails(@RequestBody Employee employee) {
//System.out.println("Save Employee details");
buildEmployeeDetails().add(employee);
employees.forEach(System.out::println);
......
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