Skip to content

Instantly share code, notes, and snippets.

@bryantp
Created June 29, 2016 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bryantp/4b3dadb17c620d301109859fd92c4539 to your computer and use it in GitHub Desktop.
Save bryantp/4b3dadb17c620d301109859fd92c4539 to your computer and use it in GitHub Desktop.
debug: true
spring:
aop:
proxy-target-class: true
security:
user:
password: password
oauth2:
client:
accessTokenUri: http://localhost:8080/uaa/oauth/token
userAuthorizationUri: http://localhost:8080/uaa/oauth/authorize
clientId: myApp
clientSecret: app-secret
scope: uaa.admin,openid
resource:
userInfoUri: http://localhost:8080/uaa/userinfo
zuul:
routes:
resource:
path: /resource/**
url: http://localhost:9000
user:
path: /user/**
url: http://localhost:8080/uaa/userinfo
server:
port: 8081
logging:
level:
org.springframework.security: DEBUG
org.springframework.web: DEBUG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment