https://github.com/springfox/springfox-oath2-demo
Project to demonstrate oath2 setup working with springfox
https://github.com/springfox/springfox-oath2-demo
Last synced: 4 months ago
JSON representation
Project to demonstrate oath2 setup working with springfox
- Host: GitHub
- URL: https://github.com/springfox/springfox-oath2-demo
- Owner: springfox
- License: apache-2.0
- Created: 2017-07-17T13:09:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T06:04:43.000Z (over 4 years ago)
- Last Synced: 2025-04-04T23:51:10.268Z (9 months ago)
- Language: Java
- Size: 17.6 KB
- Stars: 26
- Watchers: 6
- Forks: 14
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Installation and Setup
In order to run this project, UAA OAuth server needs to be set up first.
## Steps to set up Cloud Foundry UAA server
```
git clone git://github.com/cloudfoundry/uaa.git
copy uaa.yml from /src/main/resources/uaa.yml to /uaa/src/main/resources
./gradlew run
```
## Steps to build and run
```
mvn clean install
(uaa runs on port 8080, so select any other port to run this app)
mvn springboot-run -Dserver.port=8085
```