From 3284eb81a736c1cf3e78d92ecb690d47e5d7e7e6 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 09 Aug 2022 15:42:29 +0800
Subject: [PATCH] Merge branch 'improve' of http://120.27.238.55:7000/r/farmer-cms into improve

---
 src/main/resources/application-test.yml |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml
index a444118..e207ce1 100644
--- a/src/main/resources/application-test.yml
+++ b/src/main/resources/application-test.yml
@@ -6,6 +6,9 @@
       timeout: 1
 
 spring:
+  mvc:
+    async:
+      request-timeout: 20s
   datasource:
     url: jdbc:mysql://120.27.238.55:3306/farmer_cms?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8
     username: ct_test
@@ -74,8 +77,8 @@
 
   servlet:
     multipart:
-      max-file-size: 5MB
-      max-request-size: 100MB
+      max-file-size: 512MB
+      max-request-size: 512MB
 mybatis-plus:
   mapper-locations: classpath:mapper/*.xml
 
@@ -93,7 +96,7 @@
     path: /home/javaweb/webresource/uploadeFile/image/
 
 cms:
-  base-url: http://120.27.238.55:8000/cms/output
+  api-url: http://120.27.238.55:8878
   static-url: http://120.27.238.55:8000/cms/static/
   template-path: /home/javaweb/webresource/cms/template
   static-path: /home/javaweb/webresource/cms/static

--
Gitblit v1.9.1