mirror of https://github.com/halo-dev/halo
chore: disable thymeleaf cache in dev profile (#2630)
#### What type of PR is this? /kind improvement /milestone 2.0 #### What this PR does / why we need it: 在 dev 的配置文件中禁用 Thymeleaf 的模板缓存。 #### Special notes for your reviewer: /cc @halo-dev/sig-halo #### Does this PR introduce a user-facing change? ```release-note 在 dev 的配置文件中禁用 Thymeleaf 的模板缓存。 ```pull/2632/head
parent
d9cb6bf732
commit
03aeb707f6
|
@ -5,6 +5,8 @@ spring:
|
||||||
output:
|
output:
|
||||||
ansi:
|
ansi:
|
||||||
enabled: always
|
enabled: always
|
||||||
|
thymeleaf:
|
||||||
|
cache: false
|
||||||
|
|
||||||
halo:
|
halo:
|
||||||
security:
|
security:
|
||||||
|
|
Loading…
Reference in New Issue