@@ -139,6 +139,12 @@ spring:
multipart:
max-file-size: 2000MB
max-request-size: 2000MB
+ thymeleaf:
+ prefix: classpath:/template/html/
+ suffix: .html
+ encoding: UTF-8
+ cache: false
+
upload:
basepath: ${filePath}
file:
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>二维码不存在</title>
+ <div style="display: flex;">
+ 二维码错误
+ </div>
+</head>
+<body>
+</body>
+</html>