dd020af30a
Updated spring-security-mvc-persisted - added login error message if unknown user, and switched default H2 database to be embedded in-memory. Added explicit sql creation script to automatically create table on deployment (for some reason the createTableOnStartup flag in the jdbcTokenRepository didn’t work with embedded H2) |
||
---|---|---|
core-java | ||
core-java-8 | ||
eclipse | ||
experiments | ||
guava | ||
httpclient | ||
jackson | ||
mockito | ||
rest-testing | ||
sandbox | ||
spring-all | ||
spring-exceptions | ||
spring-hibernate3 | ||
spring-hibernate4 | ||
spring-jpa | ||
spring-mvc-java | ||
spring-mvc-no-xml | ||
spring-mvc-xml | ||
spring-rest | ||
spring-security-basic-auth | ||
spring-security-mvc-custom | ||
spring-security-mvc-digest-auth | ||
spring-security-mvc-login | ||
spring-security-mvc-persisted-remember-me | ||
spring-security-mvc-session | ||
spring-security-rest | ||
spring-security-rest-basic-auth | ||
spring-security-rest-custom | ||
spring-security-rest-digest-auth | ||
spring-security-rest-full | ||
starting/spring-jpa | ||
.gitignore | ||
.project | ||
README.md | ||
pom.xml |
README.md
Spring Tutorials
This project is a collection of small and focused tutorials each covering a single and well defined area of development.
Most of the tutorial projects are focused on the Spring Framework
(and Spring Security
).
In additional to Spring, the following technologies are in focus: core Java
, Jackson
, HttpClient
, Guava
.
Working with the code in Eclipse
Any IDE can be used to work with the projects, but if you're using Eclipse, consider the following.
- import the included formatter in Eclipse:
https://github.com/eugenp/tutorials/tree/master/eclipse