2013-05-01 15:12:58 +03:00
|
|
|
|
=========
|
|
|
|
|
|
|
2013-07-14 14:03:04 +03:00
|
|
|
|
## Spring Security Login Example Project
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
|
|
- [Spring Security Form Login](http://www.baeldung.com/spring-security-login)
|
|
|
|
|
|
- [Spring Security Logout](http://www.baeldung.com/spring-security-logout)
|
2013-07-14 14:21:30 +03:00
|
|
|
|
- [Spring Security Expressions <20> hasRole Example](http://www.baeldung.com/spring-security-expressions-basic)
|
2013-07-02 13:54:41 +03:00
|
|
|
|
|
2013-05-27 12:25:46 +03:00
|
|
|
|
|
2013-07-02 13:54:41 +03:00
|
|
|
|
### Build the Project
|
|
|
|
|
|
```
|
|
|
|
|
|
mvn clean install
|
|
|
|
|
|
```
|