Skip to content

Commit c58922a

Browse files
author
Eugen
committed
Merge pull request eugenp#286 from Doha2012/master
Create README.md
2 parents db469d2 + bf60fc4 commit c58922a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

spring-security-oauth/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Spring Security OAuth
2+
3+
### Relevant Articles:
4+
- [Spring REST API + OAuth2 + AngularJS](http://www.baeldung.com/rest-api-spring-oauth2-angularjs)
5+
6+
### Build the Project
7+
```
8+
mvn clean install
9+
```
10+
11+
### Notes
12+
- Make sure to run the project on port 8081
13+
- Run 4 sub-modules simultaneously
14+
- spring-security-oauth-server
15+
- spring-security-oauth-resource
16+
- spring-security-oauth-ui-implicit
17+
- spring-security-oauth-ui-password

0 commit comments

Comments
 (0)