adding h2-console in browser properties to application.prop-ies file

This commit is contained in:
Sadvakassov Bagzhan 2023-08-27 16:06:11 +06:00
parent 4926e29270
commit ea51675b84

View file

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