An open API service indexing awesome lists of open source software.

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

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.