diff --git a/prototype/src/main/resources/application.yml b/prototype/src/main/resources/application.yml new file mode 100644 index 0000000..2a40c20 --- /dev/null +++ b/prototype/src/main/resources/application.yml @@ -0,0 +1,10 @@ +spring: + # Templates reloading during development + thymeleaf: + prefix: file:src/main/resources/templates/ + cache: false + + # Static resources reloading during development + resources: + static-locations: file:src/main/resources/static/ + cache: false