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

17 lines
195 B
Markdown
Raw Normal View History

2013-06-03 17:54:58 +03:00
=========
2013-07-02 13:54:41 +03:00
2013-07-14 14:03:04 +03:00
## Spring Security REST Example Project
2013-07-02 13:54:41 +03:00
### Build the Project
```
mvn clean install
```
### Use the REST Service
```
curl http://localhost:8080/spring-security-rest-full/foos
```