From 56ff13a905c1a0acec0c16ceff8589a2e4196c14 Mon Sep 17 00:00:00 2001 From: JINXED <115186250+jinxAlex@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:12:50 +0000 Subject: [PATCH] Final --- src/main/resources/application.properties | 5 +++++ 1 file changed, 5 insertions(+) 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