18 lines
441 B
Markdown
18 lines
441 B
Markdown
## 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
|