Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krishnagehlotr/spring-mvc-web
Demonstrates the features of the Spring MVC web framework
https://github.com/krishnagehlotr/spring-mvc-web
java-8 maven spring-mvc spring-security tomcat8
Last synced: about 2 months ago
JSON representation
Demonstrates the features of the Spring MVC web framework
- Host: GitHub
- URL: https://github.com/krishnagehlotr/spring-mvc-web
- Owner: KrishnaGehlotR
- Created: 2019-06-11T10:58:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T00:35:49.000Z (about 2 years ago)
- Last Synced: 2023-03-03T10:18:02.517Z (almost 2 years ago)
- Topics: java-8, maven, spring-mvc, spring-security, tomcat8
- Language: Java
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Spring MVC Web Framework
-------------------
Demonstrates the capabilities of the Spring MVC web framework through small, simple examples.
After reviewing this framework, you should have a good understanding of what Spring MVC can do and get a feel for how easy it is to use.
Includes project code along with a supporting slideshow and screen cast.In this framework you'll see the following in action:
* The simplest possible @Controller
* Mapping Requests
* Obtaining Request Data
* Generating Responses
* Message Converters
* Rendering Views
* Type Conversion
* Validation
* Forms
* File Upload
* Exception HandlingTo get the code:
-------------------
Clone the repository:$ git clone git://github.com:KrishnaGehlotR/spring-mvc-web.git
If this is your first time using Github, review http://help.github.com to learn the basics.
To run the application:
-------------------
Access the deployed web application at: http://localhost:8080/spring-mvc-web/