# springfox-oath2-demo **Repository Path**: kelvinwright/springfox-oath2-demo ## Basic Information - **Project Name**: springfox-oath2-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-05 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```