Disable Cache for template. This improves the workflow

This commit is contained in:
CodeSteak 2020-01-12 19:41:27 +01:00
parent b46e4a8c73
commit c162b4d59e
1 changed files with 10 additions and 0 deletions

View File

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