BAEL-19790: Upgrade to Hoxton.RELEAS and Spring Boot 2.2.1

This commit is contained in:
Krzysztof Woyke
2019-12-03 13:53:59 +01:00
parent 1e8dabeeaa
commit 0fc7df8543
2 changed files with 11 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
server.port=8888
spring.cloud.config.server.git.uri=
spring.cloud.config.server.git.uri=file:///${user.home}/config-repo
spring.cloud.config.server.git.clone-on-start=true
security.user.name=root
security.user.password=s3cr3t
encrypt.key-store.location=classpath:/config-server.jks
encrypt.key-store.password=my-s70r3-s3cr3t
encrypt.key-store.alias=config-server-key
encrypt.key-store.secret=my-k34-s3cr3t
spring.security.user.name=root
spring.security.user.password=s3cr3t
#encrypt.key-store.location=classpath:/config-server.jks
#encrypt.key-store.password=my-s70r3-s3cr3t
#encrypt.key-store.alias=config-server-key
#encrypt.key-store.secret=my-k34-s3cr3t