Skip to content

Instantly share code, notes, and snippets.

@MemoAlfa
Created October 1, 2019 16:12
Show Gist options
  • Save MemoAlfa/a38529d5b1f8b495ae2633f43d6c9941 to your computer and use it in GitHub Desktop.
Save MemoAlfa/a38529d5b1f8b495ae2633f43d6c9941 to your computer and use it in GitHub Desktop.
Integration Test Demo Test profile config
spring:
datasource:
url: jdbc:postgresql://${psql.host}:${psql.tcp.5432}/fake
username: postgres
password: fake
jpa:
flyway:
enabled: true
cloud:
aws:
region:
static: cn-north-1
credentials:
instance-profile: false
stack:
auto: false
mockserver:
url: http://${mockServer.host}:${mockServer.tcp.1080}
userInfoService:
host: ${mockserver.url}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment