Commit c4af7002 authored by earndt's avatar earndt

[W5D3] (ArndtED) Overrides some db config defaults

parent d9dfe8d8
logging.level.org.springframework: DEBUG
spring.datasource.driverClassName=org.h2.Driver
spring.datasource.username=sa
spring.datasource.password=
#defaults overridden
spring.h2.console.enabled=true
spring.h2.console.path=/h2
spring.datasource.url=jdbc:h2:mem:bugtracker
logging.level.org.springframework: DEBUG
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment