Skip to content

Instantly share code, notes, and snippets.

@mrpehlivan
Last active April 21, 2018 10:58
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 mrpehlivan/0db4a3cdfa91ba1b927bed97d1688ca0 to your computer and use it in GitHub Desktop.
Save mrpehlivan/0db4a3cdfa91ba1b927bed97d1688ca0 to your computer and use it in GitHub Desktop.
application.yml
server:
port: 8090
spring:
datasource:
url: jdbc:postgresql://localhost:5432/postgres
username: postgres
password: postgres
driver-class-name: org.postgresql.Driver
jpa:
properties:
hibernate:
temp:
use_jdbc_metadata_defaults: false
generate-ddl: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment