Skip to content

Instantly share code, notes, and snippets.

@gigenthomas
Created October 17, 2015 15:35
Show Gist options
  • Save gigenthomas/afacb99222c18f41f53e to your computer and use it in GitHub Desktop.
Save gigenthomas/afacb99222c18f41f53e to your computer and use it in GitHub Desktop.
#logging.level.org.springframework.web: DEBUG
logging.level.org.springframework.security=DEBUG
spring.datasource.url=jdbc:h2:mem:AZ;INIT=CREATE SCHEMA IF NOT EXISTS AZ;RUNSCRIPT FROM 'src/main/resources/create.sql';DB_CLOSE_ON_EXIT=FALSE
spring.datasource.driverClassName=org.h2.Driver
spring.datasource.username=sa
spring.datasource.password=
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
spring.jpa.hibernate.ddl-auto=create-drop
spring.h2.console.enabled=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment