diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 3de49c5..261b156 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -27,6 +27,7 @@ spring: h2.console: enabled: true path: /h2-console + settings.web-allow-others: true thymeleaf: prefix: classpath:templates/ check-template-location: true