This commit is contained in:
eugenp
2013-07-14 14:21:30 +03:00
parent f4ac4fa699
commit 47db09849e
4 changed files with 7 additions and 2 deletions
+4 -1
View File
@@ -3,12 +3,15 @@
## Spring Security REST Example Project
### Relevant Articles:
- [Spring Security Expressions hasRole Example](http://www.baeldung.com/spring-security-expressions-basic)
### Build the Project
```
mvn clean install
```
### Use the REST Service
```