diff --git a/bookstore/src/main/resources/application-dev.properties b/bookstore/src/main/resources/application-dev.properties index 5d69b77..8c82b91 100644 --- a/bookstore/src/main/resources/application-dev.properties +++ b/bookstore/src/main/resources/application-dev.properties @@ -1,5 +1,10 @@ # Pekka Helenius , 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