Create README.md

This commit is contained in:
Doha2012 2015-11-26 22:47:12 +02:00
parent becfced8a8
commit bf60fc4943
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
## Spring Security OAuth
### Relevant Articles:
- [Spring REST API + OAuth2 + AngularJS](http://www.baeldung.com/rest-api-spring-oauth2-angularjs)
### Build the Project
```
mvn clean install
```
### Notes
- Make sure to run the project on port 8081
- Run 4 sub-modules simultaneously
- spring-security-oauth-server
- spring-security-oauth-resource
- spring-security-oauth-ui-implicit
- spring-security-oauth-ui-password