diff --git a/bookstore/src/main/resources/application-dev.properties b/bookstore/src/main/resources/application-dev.properties index 08968ef..0dbffec 100644 --- a/bookstore/src/main/resources/application-dev.properties +++ b/bookstore/src/main/resources/application-dev.properties @@ -7,7 +7,10 @@ # Temporary, volatile database spring.h2.console.enabled = true spring.h2.console.path = /h2-console -spring.datasource.url = jdbc:h2:mem:testdb + +# Ref: http://h2database.com/html/features.html +# +spring.datasource.url = jdbc:h2:mem:testdb;MODE=MySQL spring.jpa.show-sql = true