Skip to content

Commit

Permalink
Merge pull request Baeldung#29 from KevinGilmore/master
Browse files Browse the repository at this point in the history
BAEL-523: Updated README.md
  • Loading branch information
KevinGilmore authored Mar 17, 2017
2 parents f279261 + cb185db commit ab3b983
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- [OAuth2 for a Spring REST API – Handle the Refresh Token in AngularJS](http://www.baeldung.com/spring-security-oauth2-refresh-token-angular-js)
- [Spring Security OAuth2 – Simple Token Revocation](http://www.baeldung.com/spring-security-oauth-revoke-tokens)
- [OAuth2.0 and Dynamic Client Registration](http://www.baeldung.com/spring-security-oauth-dynamic-client-registration)
- [Testing an OAuth Secured API with the Spring MVC Test Support](http://www.baeldung.com/oauth-api-testing-with-spring-mvc)

### Build the Project
```
Expand All @@ -29,3 +30,8 @@ mvn spring-boot:run
```
mvn clean install -Plive
```

- _spring-security-oauth-server_ has "mvc" profile for testing an OAuth-secured API with Spring MVC, in order to run it use the following command:
```
mvn clean install -Pmvc
```

0 comments on commit ab3b983

Please sign in to comment.