Skip to content

Instantly share code, notes, and snippets.

@KiryhaPikoff
Created January 3, 2020 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KiryhaPikoff/6fa956ccde3c64ba34a9bced7a133a3a to your computer and use it in GitHub Desktop.
Save KiryhaPikoff/6fa956ccde3c64ba34a9bced7a133a3a to your computer and use it in GitHub Desktop.
spring.datasource.url=jdbc:postgresql://127.0.0.1:5433/bookstore_test
spring.datasource.driver-class-name=org.postgresql.Driver
spring.datasource.username=postgres
spring.datasource.password=Pikoff
spring.liquibase.user=postgres
spring.liquibase.password=Pikoff
spring.liquibase.change-log=classpath:db/changelog/changelog-master.xml
spring.jpa.properties.hibernate.dialect: org.hibernate.dialect.PostgreSQL95Dialect
spring.jpa.properties.hibernate.connection.driver_class: org.postgresql.Driver
spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults: false
spring.jpa.properties.hibernate.generateDll:false
spring.jpa.show-sql=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment