2013-07-14 08:25:28 -04:00
|
|
|
=========
|
|
|
|
|
|
|
|
## Spring Security Login Example Project
|
|
|
|
|
2016-06-28 05:32:45 -04:00
|
|
|
###The Course
|
2016-08-12 09:55:56 -04:00
|
|
|
The "REST With Spring" Classes: http://github.learnspringsecurity.com
|
2013-07-14 08:25:28 -04:00
|
|
|
|
|
|
|
### Relevant Articles:
|
2013-08-11 06:33:52 -04:00
|
|
|
- [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)
|
2013-07-14 08:25:28 -04:00
|
|
|
|
|
|
|
|
|
|
|
### Build the Project
|
|
|
|
```
|
|
|
|
mvn clean install
|
|
|
|
```
|