Skip to content

Instantly share code, notes, and snippets.

@KiryhaPikoff
Last active July 21, 2019 17:06
Show Gist options
  • Save KiryhaPikoff/60f782c4a2589a59acd754dd638c4b9b to your computer and use it in GitHub Desktop.
Save KiryhaPikoff/60f782c4a2589a59acd754dd638c4b9b to your computer and use it in GitHub Desktop.
spring.datasource.url=jdbc:postgresql://127.0.0.1:5432/testhosp
spring.datasource.username=postgres
spring.datasource.password=Pikoff
spring.flyway.locations=classpath:db/migration/test_migration
spring.flyway.schemas=myschema
spring.jpa.properties.hibernate.connection.url:${spring.datasource.url}
spring.jpa.properties.hibernate.connection.username:${spring.datasource.username}
spring.jpa.properties.hibernate.connection.password:${spring.datasource.password}
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment