785834757 пре 2 година
родитељ
комит
f170432406

+ 6 - 0
src/main/resources/application-prod.yml

@@ -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:

+ 14 - 0
src/main/resources/template/html/qrcode_error.html

@@ -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>