20 lines
329 B
Markdown
20 lines
329 B
Markdown
=========
|
||
|
||
## 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
|
||
|
||
```
|
||
curl http://localhost:8080/spring-security-rest-full/foos
|
||
```
|