Skip to content

Instantly share code, notes, and snippets.

@KiryhaPikoff
Created July 22, 2019 11:53
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/8fd4d8ed480dddc38bd14ffc96c528f2 to your computer and use it in GitHub Desktop.
Save KiryhaPikoff/8fd4d8ed480dddc38bd14ffc96c528f2 to your computer and use it in GitHub Desktop.
spring.datasource.url=jdbc:postgresql://127.0.0.1:5432/hosp
spring.datasource.username=postgres
spring.datasource.password=Pikoff
spring.datasource.driver-class-name=org.postgresql.Driver
spring.flyway.schemas=myschema
spring.jpa.properties.hibernate.dialect: org.hibernate.dialect.PostgreSQL95Dialect
spring.jpa.properties.hibernate.connection.driver_class: org.postgresql.Driver
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults: false
spring.jpa.properties.hibernate.generateDll:false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment