diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 6ed985654..d43bcd3c9 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -3,6 +3,11 @@ database=h2 spring.sql.init.schema-locations=classpath*:db/${database}/schema.sql spring.sql.init.data-locations=classpath*:db/${database}/data.sql +# h2 +spring.datasource.url=jdbc:h2:mem:testdb +spring.h2.console.enabled=true +spring.h2.console.settings.web-allow-others=true + # Web spring.thymeleaf.mode=HTML