|
@@ -161,6 +161,11 @@ spring:
|
|
|
max-file-size: 2000MB
|
|
max-file-size: 2000MB
|
|
|
# 最大支持请求大小
|
|
# 最大支持请求大小
|
|
|
max-request-size: 2000MB
|
|
max-request-size: 2000MB
|
|
|
|
|
+ thymeleaf:
|
|
|
|
|
+ prefix: classpath:/template/html/
|
|
|
|
|
+ suffix: .html
|
|
|
|
|
+ encoding: UTF-8
|
|
|
|
|
+ cache: false
|
|
|
|
|
|
|
|
upload:
|
|
upload:
|
|
|
# 路径带上前后斜杆
|
|
# 路径带上前后斜杆
|
|
@@ -348,4 +353,7 @@ guoren:
|
|
|
channelCode: jindouyun
|
|
channelCode: jindouyun
|
|
|
interfaceUserCode: guoren_tp_jdy
|
|
interfaceUserCode: guoren_tp_jdy
|
|
|
interfacePwd: Q31gIrhZgQc=
|
|
interfacePwd: Q31gIrhZgQc=
|
|
|
- iftest: Y
|
|
|
|
|
|
|
+ iftest: Y
|
|
|
|
|
+
|
|
|
|
|
+qrcode:
|
|
|
|
|
+ genAddress: http://39.98.239.48/order/qrCode/index
|