diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 5d3eeed32..10f5ae1d2 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -2,6 +2,8 @@ database=h2 spring.sql.init.schema-locations=classpath*:db/${database}/schema.sql spring.sql.init.data-locations=classpath*:db/${database}/data.sql +spring.h2.console.enabled=true +spring.h2.console.path=/h2-console # Web spring.thymeleaf.mode=HTML