Skip to content

springfox/springfox-oath2-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-root-dir>/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  

About

Project to demonstrate oath2 setup working with springfox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages