Skip to content

Instantly share code, notes, and snippets.

@arifikhsan
Created March 8, 2022 12:45
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 arifikhsan/86f8c204768df5134ef5f6611600d622 to your computer and use it in GitHub Desktop.
Save arifikhsan/86f8c204768df5134ef5f6611600d622 to your computer and use it in GitHub Desktop.
spring boot config properties postgresql
spring.datasource.url=jdbc:postgresql://localhost:5432/database_name
spring.datasource.username=udin
spring.datasource.password=udin
spring.jpa.hibernate.ddl-auto=create
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.properties.hibernate.format_sql=true
server.error.include-message=always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment