h2-console 설정 추가

This commit is contained in:
hsoh
2022-06-20 17:40:41 +09:00
parent 7410eab62d
commit 9ea86143ff
+1
View File
@@ -27,6 +27,7 @@ spring:
h2.console: h2.console:
enabled: true enabled: true
path: /h2-console path: /h2-console
settings.web-allow-others: true
thymeleaf: thymeleaf:
prefix: classpath:templates/ prefix: classpath:templates/
check-template-location: true check-template-location: true