Skip to content

Instantly share code, notes, and snippets.

@hoangnt-2197
Created September 19, 2021 14:25
Show Gist options
  • Save hoangnt-2197/c9ddfcd9c21de84dfe58a27428c1544b to your computer and use it in GitHub Desktop.
Save hoangnt-2197/c9ddfcd9c21de84dfe58a27428c1544b to your computer and use it in GitHub Desktop.
hibernate.dialect=org.hibernate.dialect.PostgreSQL10Dialect
jdbc.url.primary=jdbc:postgresql://localhost:5432/high_performance_java_persistence
jdbc.url.replica=jdbc:postgresql://localhost:5432/high_performance_java_persistence_replica
jdbc.username=postgres
jdbc.password=admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment