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
Ryan Wang 2022-10-26 12:20:09 +08:00 committed by GitHub
parent d9cb6bf732
commit 03aeb707f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ spring:
output: output:
ansi: ansi:
enabled: always enabled: always
thymeleaf:
cache: false
halo: halo:
security: security: