Browse Source

Update dev configuration: add comments

Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.4-alpha
Pekka Helenius 4 years ago
parent
commit
37a03d6ed7
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      bookstore/src/main/resources/application-dev.properties

+ 5
- 0
bookstore/src/main/resources/application-dev.properties View File

@ -1,5 +1,10 @@
# Pekka Helenius <fincer89@hotmail.com>, Fjordtek 2020
# Development configuration
# Temporary, volatile database
spring.h2.console.enabled = true
spring.h2.console.path = /h2-console
spring.datasource.url = jdbc:h2:mem:testdb

Loading…
Cancel
Save