From bf60fc4943f07fb28b67cd1f60ba1f9b049df750 Mon Sep 17 00:00:00 2001 From: Doha2012 Date: Thu, 26 Nov 2015 22:47:12 +0200 Subject: [PATCH] Create README.md --- spring-security-oauth/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 spring-security-oauth/README.md 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