Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rstoyanchev/spring-mvc-31-demo
Demonstrates Spring MVC 3.1 Specific Customization Options
https://github.com/rstoyanchev/spring-mvc-31-demo
Last synced: 7 days ago
JSON representation
Demonstrates Spring MVC 3.1 Specific Customization Options
- Host: GitHub
- URL: https://github.com/rstoyanchev/spring-mvc-31-demo
- Owner: rstoyanchev
- Created: 2011-10-11T12:50:41.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T00:02:13.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T19:37:11.157Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 104 KB
- Stars: 81
- Watchers: 11
- Forks: 43
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Spring MVC 3.1 Demo
===================This project contains showcase style mini-samples that demonstate customizations and features available in Spring MVC 3.1. Deploy the application, navigate to the home page localhost:8080/spring-mvc-31-demo and follow the various links listed there.
The application uses MVC Java-based configuration. See `src/main/webapp/WEB-INF/web.xml` and the `src/main/java/org/springframework/samples/mvc31/config` package.
For individual examples, explore packages under `src/main/java/org/springframework/samples/mvc31` starting with `package-info.java` and Javadoc where available.