https://github.com/geowarin/spring-mvc-security
Simple example of spring security integration with spring mvc 3.2
https://github.com/geowarin/spring-mvc-security
Last synced: 17 days ago
JSON representation
Simple example of spring security integration with spring mvc 3.2
- Host: GitHub
- URL: https://github.com/geowarin/spring-mvc-security
- Owner: geowarin
- Created: 2014-03-19T10:48:39.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-19T10:51:56.000Z (about 11 years ago)
- Last Synced: 2025-03-23T17:12:49.203Z (about 1 month ago)
- Language: Java
- Size: 207 KB
- Stars: 5
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mvc-base
========This project will allow you to start off on the good foot with spring MVC and spring security in a servlet 3.0 environment.
This project extends the mvc-base project by adding a few classes to demonstrate the use
It demonstrates the use of spring 3.2 Java Servlet container initialization, i.e, completely XML-less config (no application-context.xml, no web.xml).
http://static.springsource.org/spring-framework/docs/3.2.0.RELEASE/spring-framework-reference/html/mvc.html#mvc-container-configMoreover, it provides default configuration for siteMesh, localized validation/messages, UTF-8 encoding filter and uses twitter-bootstrap for a responsive layout.
It includes a total of 5 classes (including tests and config) so don't be afraid it's really simple.
It is compatible with tomcat and jetty maven plugins.
Use
mvn tomcat7:run
or
mvn jetty:runSome sample controller tests with spring-mvc-test are also provided.
See my blog : [http://geowarin.github.io/2013/01/23/complete-example-of-a-spring-mvc-3-2-project/](complete-example-of-a-spring-mvc-3-2-project)