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