Switched from InMemoryUsers- to JdbcUsersConnectionRepository with H2
authorKai Moritz <kai@juplo.de>
Mon, 1 Feb 2016 09:02:59 +0000 (10:02 +0100)
committerKai Moritz <kai@juplo.de>
Thu, 26 May 2016 13:50:14 +0000 (15:50 +0200)
commit3ba0e06f2f52ca1959dccaa33e288369914571af
tree5c826266c0f353cbeefc7b710a8794d47c88e188
parentfad2b31abc3dca5b748565aeee192ac6694bfecb
Switched from InMemoryUsers- to JdbcUsersConnectionRepository with H2

This only works, if you have the full strength version of the Java
Cryptographic Exctension (JCE) installed, since Spring Security is using
a 256-bit key.

See http://stackoverflow.com/a/17637354 for a full explanation.
pom.xml
src/main/java/de/juplo/yourshouter/SocialConfig.java
src/main/resources/application.properties
src/main/resources/schema.sql [new file with mode: 0644]