Disable Cache for template. This improves the workflow
This commit is contained in:
parent
b46e4a8c73
commit
c162b4d59e
10
prototype/src/main/resources/application.yml
Normal file
10
prototype/src/main/resources/application.yml
Normal 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
|
Reference in New Issue
Block a user