Skip to content

stivlo/security-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the most basic sample web application for Spring Security.

I've migrated it from Gradle to Maven, because I could not compile it with Gradle, and I didn't receive any response in the forum at the time of writing this.

Additional useful links:

Easy way to start the test application:

$ mvn jetty:run 

or

$ mvn tomcat:run

The 'scripts' directory contains simple Unix command-line scripts for exercising the application and displaying the results. In 'src/main/resources/log4j.properties', I've set a logging level of DEBUG, for Spring Security. It contains a lot of information and should be disabled in production because it may contain sensitive information.

About

The most basic tutorial example for Spring Security 3.1 (BigBank)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published