From fe39a7bc7bb45f73646aa944150f57129e480ac7 Mon Sep 17 00:00:00 2001
From: wangzhijun <wangazhi@sohu.com>
Date: 星期三, 09 十二月 2020 16:16:53 +0800
Subject: [PATCH] 模板controller导入;模板vue列表页当有查询条件时报错

---
 ruoyi-admin/src/main/resources/application.yml |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml
index 5a78666..31b95c6 100644
--- a/ruoyi-admin/src/main/resources/application.yml
+++ b/ruoyi-admin/src/main/resources/application.yml
@@ -22,6 +22,7 @@
   servlet:
     # 搴旂敤鐨勮闂矾寰�
     context-path: /
+  # undertow 閰嶇疆
   undertow:
     # HTTP post鍐呭鐨勬渶澶уぇ灏忋�傚綋鍊间负-1鏃讹紝榛樿鍊间负澶у皬鏄棤闄愮殑
     max-http-post-size: -1
@@ -34,6 +35,14 @@
     worker-threads: 256
     # 鏄惁鍒嗛厤鐨勭洿鎺ュ唴瀛�
     direct-buffers: true
+#  # tomcat 閰嶇疆
+#  tomcat:
+#    # tomcat鐨刄RI缂栫爜
+#    uri-encoding: UTF-8
+#    # tomcat鏈�澶х嚎绋嬫暟锛岄粯璁や负200
+#    max-threads: 500
+#    # Tomcat鍚姩鍒濆鍖栫殑绾跨▼鏁帮紝榛樿鍊�25
+#    min-spare-threads: 30
 
 # 鏃ュ織閰嶇疆
 logging:

--
Gitblit v1.9.3