https://github.com/bindu-samala/spring-mvc
A sample Spring MVC project having CRUD operations
https://github.com/bindu-samala/spring-mvc
jsp-servlet springframework springmvc
Last synced: 4 months ago
JSON representation
A sample Spring MVC project having CRUD operations
- Host: GitHub
- URL: https://github.com/bindu-samala/spring-mvc
- Owner: Bindu-Samala
- Created: 2023-04-29T11:52:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T13:38:02.000Z (about 3 years ago)
- Last Synced: 2025-03-11T07:15:56.298Z (over 1 year ago)
- Topics: jsp-servlet, springframework, springmvc
- Language: Java
- Homepage:
- Size: 25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring-MVC
This is a sample Employee project which has crud operations.
## Pre-Requisites
- Apache tomcat 9.0.55
- MySQL WorkBench 8.0
- Eclipse Oxygen IDE\
This project describes the flow of Spring MVC which has controller,service and repository layers.It also contains views to display them to the user after very crud operation.