This commit is contained in:
JINXED 2025-01-09 11:12:50 +00:00
parent 6148ddd967
commit 56ff13a905

View file

@ -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