From dab6fe30367704b4a17cd34d6e557e2aeb46f133 Mon Sep 17 00:00:00 2001 From: Diamond <2821090336@qq.com> Date: Sun, 23 Jun 2024 00:03:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index c66bc1e..a72f73b 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -6,7 +6,7 @@ itbaima: password: mtzmtq2002 signer: - version: 8.9.63 + version: 9.0.30 url: http://localhost:8888 type: fuqiuluo authorization-key: 114514 @@ -14,4 +14,15 @@ itbaima: data: contact-cache: true work-dir: robot-data - cache-dir: cache \ No newline at end of file + cache-dir: cache + +spring: + thymeleaf: + prefix: classpath:/templates + suffix: .html + mode: HTML5 + encoding: UTF-8 + cache: false + web: + resources: + static-locations:classpath:/ \ No newline at end of file