From fab6da72e97bcdc4e0809472aae60b87c759a68c Mon Sep 17 00:00:00 2001 From: YSiva99 <76894653+YSiva99@users.noreply.github.com> Date: Mon, 26 Dec 2022 16:09:41 +0530 Subject: [PATCH 1/3] Update EmployeeController.java --- .../javaguides/springboot/controller/EmployeeController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/springboot-backend/src/main/java/net/javaguides/springboot/controller/EmployeeController.java b/springboot-backend/src/main/java/net/javaguides/springboot/controller/EmployeeController.java index 541673f..05b9e7d 100644 --- a/springboot-backend/src/main/java/net/javaguides/springboot/controller/EmployeeController.java +++ b/springboot-backend/src/main/java/net/javaguides/springboot/controller/EmployeeController.java @@ -27,7 +27,7 @@ public class EmployeeController { @Autowired private EmployeeRepository employeeRepository; - + //get the all the employee details // get all employees @GetMapping("/employees") public List getAllEmployees(){ From 32af4b190b9c8a9e068fbc1f99f7a5a270ef5e15 Mon Sep 17 00:00:00 2001 From: YSiva99 <76894653+YSiva99@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:28:06 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 76441bc..99ec235 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,2 @@ -# angular-springboot-crud-example -https://www.javaguides.net/2021/08/angular-12-spring-boot-crud-example.html +# Developed an Employee Application with a full-stack architecture, utilizing Angular for the front end and Spring Boot for the back end, implementing CRUD operations. -# angular-springboot-crud-example - complete tutorial -https://www.javaguides.net/2021/08/angular-crud-example-with-spring-boot.html From d685e50b690596052974c3ebf496305f743770e0 Mon Sep 17 00:00:00 2001 From: YSiva99 <76894653+YSiva99@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:28:28 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99ec235..6776a2d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# Developed an Employee Application with a full-stack architecture, utilizing Angular for the front end and Spring Boot for the back end, implementing CRUD operations. + Developed an Employee Application with a full-stack architecture, utilizing Angular for the front end and Spring Boot for the back end, implementing CRUD operations.