We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db469d2 + bf60fc4 commit c58922aCopy full SHA for c58922a
spring-security-oauth/README.md
@@ -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