Skip to content

Instantly share code, notes, and snippets.

@ManduTheCat
Created December 29, 2022 06:14
Show Gist options
  • Save ManduTheCat/9ca9beff07f8698a017beffc6bf38a36 to your computer and use it in GitHub Desktop.
Save ManduTheCat/9ca9beff07f8698a017beffc6bf38a36 to your computer and use it in GitHub Desktop.
spring:
datasource:
driver-class-name: org.h2.Driver
url: jdbc:h2:tcp://localhost/~/stargram
username: sa
password:
jpa:
show-sql: true
hibernate:
ddl-auto: update
generate-ddl: true
properties:
hibernate:
format_sql: true
output:
ansi:
enabled: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment