java-tutorials/spring-security-rest-full/README.md

20 lines
329 B
Markdown
Raw Normal View History

2013-06-03 10:54:58 -04:00
=========
2013-07-02 06:54:41 -04:00
2013-07-14 07:03:04 -04:00
## Spring Security REST Example Project
2013-07-02 06:54:41 -04:00
2013-07-14 07:21:30 -04:00
### Relevant Articles:
- [Spring Security Expressions <20> hasRole Example](http://www.baeldung.com/spring-security-expressions-basic)
2013-07-02 06:54:41 -04:00
### Build the Project
```
mvn clean install
```
### Use the REST Service
```
curl http://localhost:8080/spring-security-rest-full/foos
```