Skip to content

Commit 43eb690

Browse files
committed
spring-mvc-crud alternate solution to post all data
1 parent 17a05aa commit 43eb690

File tree

68 files changed

+0
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+0
-0
lines changed

07-spring-boot-spring-mvc-crud/03-thymeleaf-demo-employees-update-alternate-solution-post-all-data/HELP.md renamed to 07-spring-boot-spring-mvc-crud/03-01-thymeleaf-demo-employees-update/HELP.md

07-spring-boot-spring-mvc-crud/03-thymeleaf-demo-employees-update-alternate-solution-post-all-data/mvnw renamed to 07-spring-boot-spring-mvc-crud/03-01-thymeleaf-demo-employees-update/mvnw

File renamed without changes.

07-spring-boot-spring-mvc-crud/03-thymeleaf-demo-employees-update-alternate-solution-post-all-data/mvnw.cmd renamed to 07-spring-boot-spring-mvc-crud/03-01-thymeleaf-demo-employees-update/mvnw.cmd

File renamed without changes.

07-spring-boot-spring-mvc-crud/03-thymeleaf-demo-employees-update-alternate-solution-post-all-data/pom.xml renamed to 07-spring-boot-spring-mvc-crud/03-01-thymeleaf-demo-employees-update/pom.xml

File renamed without changes.

07-spring-boot-spring-mvc-crud/03-thymeleaf-demo-employees-update-alternate-solution-post-all-data/src/main/java/com/luv2code/springboot/thymeleafdemo/ThymeleafdemoApplication.java renamed to 07-spring-boot-spring-mvc-crud/03-01-thymeleaf-demo-employees-update/src/main/java/com/luv2code/springboot/thymeleafdemo/ThymeleafdemoApplication.java

File renamed without changes.

07-spring-boot-spring-mvc-crud/03-thymeleaf-demo-employees-update-alternate-solution-post-all-data/src/main/java/com/luv2code/springboot/thymeleafdemo/controller/DemoController.java renamed to 07-spring-boot-spring-mvc-crud/03-01-thymeleaf-demo-employees-update/src/main/java/com/luv2code/springboot/thymeleafdemo/controller/DemoController.java

File renamed without changes.

07-spring-boot-spring-mvc-crud/03-thymeleaf-demo-employees-update/src/main/java/com/luv2code/springboot/thymeleafdemo/controller/EmployeeController.java renamed to 07-spring-boot-spring-mvc-crud/03-01-thymeleaf-demo-employees-update/src/main/java/com/luv2code/springboot/thymeleafdemo/controller/EmployeeController.java

File renamed without changes.

07-spring-boot-spring-mvc-crud/03-thymeleaf-demo-employees-update-alternate-solution-post-all-data/src/main/java/com/luv2code/springboot/thymeleafdemo/dao/EmployeeRepository.java renamed to 07-spring-boot-spring-mvc-crud/03-01-thymeleaf-demo-employees-update/src/main/java/com/luv2code/springboot/thymeleafdemo/dao/EmployeeRepository.java

File renamed without changes.

07-spring-boot-spring-mvc-crud/03-thymeleaf-demo-employees-update-alternate-solution-post-all-data/src/main/java/com/luv2code/springboot/thymeleafdemo/entity/Employee.java renamed to 07-spring-boot-spring-mvc-crud/03-01-thymeleaf-demo-employees-update/src/main/java/com/luv2code/springboot/thymeleafdemo/entity/Employee.java

File renamed without changes.

07-spring-boot-spring-mvc-crud/03-thymeleaf-demo-employees-update-alternate-solution-post-all-data/src/main/java/com/luv2code/springboot/thymeleafdemo/service/EmployeeService.java renamed to 07-spring-boot-spring-mvc-crud/03-01-thymeleaf-demo-employees-update/src/main/java/com/luv2code/springboot/thymeleafdemo/service/EmployeeService.java

File renamed without changes.

0 commit comments

Comments
 (0)