Skip to content

Instantly share code, notes, and snippets.

@bryantp
Created June 29, 2016 17:29
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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
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