diff --git a/spring-security-oauth/README.md b/spring-security-oauth/README.md new file mode 100644 index 0000000000..6baa0a1824 --- /dev/null +++ b/spring-security-oauth/README.md @@ -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