Add new sample for oauth2 security

This commit is contained in:
Dave Syer
2016-07-05 10:56:02 +01:00
parent 88e180403b
commit 25cf1f6982
8 changed files with 173 additions and 1 deletions

View File

@@ -6,7 +6,13 @@ spring:
server:
bootstrap: true
git:
uri: https://github.com/spring-cloud-samples/config-repo
uri: file://${HOME}/dev/demo/config-repo
encrypt:
failOnError: false
keyStore:
location: classpath:keystore.jks
password: ${KEYSTORE_PASSWORD:foobar} # don't use a default in production
alias: test
---
spring:

Binary file not shown.