Create README.md
This commit is contained in:
parent
becfced8a8
commit
bf60fc4943
|
@ -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
|
Loading…
Reference in New Issue