Skip to content

Instantly share code, notes, and snippets.

@edermfl
Last active April 27, 2017 13:03
Show Gist options
  • Save edermfl/1447d017bd7d57475c4e44cd72d1451f to your computer and use it in GitHub Desktop.
Save edermfl/1447d017bd7d57475c4e44cd72d1451f to your computer and use it in GitHub Desktop.
spring:
jpa:
hibernate:
ddl-auto: create-drop
naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy
database-platform: org.hibernate.dialect.H2Dialect
show-sql: true
datasource:
url: jdbc:h2:mem:exemploparte2;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
username: sa
password:
driverClassName: org.h2.Driver
h2:
console:
enabled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment