This commit is contained in:
eugenp 2013-08-01 23:46:25 +03:00
parent 3bf23594cd
commit 9d37cea5b2
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
## Spring Security Login Example Project
- [Spring Security Remember Me](http://www.baeldung.com/spring-security-remember-me)
- [Redirect to different pages after Login with Spring Security](http://www.baeldung.com/spring_redirect_after_login)
### Relevant Articles:

View File

@ -5,3 +5,4 @@
### Relevant Articles:
- [RestTemplate with Basic Authentication in Spring](http://www.baeldung.com/2012/04/16/how-to-use-resttemplate-with-basic-authentication-in-spring-3-1)
- [HttpClient Timeout](http://www.baeldung.com/httpclient-timeout)