From 2b0cf24be485b6254c5cf7068d8c0885e2d8c31b Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期五, 18 十二月 2020 09:47:35 +0800 Subject: [PATCH] 修改 controller 生成器 解决where条件重复bug --- ruoyi-admin/src/main/resources/application.yml | 17 +++++++++++++---- 1 files changed, 13 insertions(+), 4 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index c205d3a..8c4b983 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -3,7 +3,7 @@ # 鍚嶇О name: RuoYi # 鐗堟湰 - version: 3.2.0 + version: 3.3.0 # 鐗堟潈骞翠唤 copyrightYear: 2020 # 瀹炰緥婕旂ず寮�鍏� @@ -22,6 +22,7 @@ servlet: # 搴旂敤鐨勮闂矾寰� context-path: / + # undertow 閰嶇疆 undertow: # HTTP post鍐呭鐨勬渶澶уぇ灏忋�傚綋鍊间负-1鏃讹紝榛樿鍊间负澶у皬鏄棤闄愮殑 max-http-post-size: -1 @@ -34,11 +35,19 @@ 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: level: - com.ruoyi: debug + com.ruoyi: @logging.level@ org.springframework: warn # Spring閰嶇疆 @@ -48,7 +57,7 @@ # 鍥介檯鍖栬祫婧愭枃浠惰矾寰� basename: i18n/messages profiles: - active: dev + active: @profiles.active@ # 鏂囦欢涓婁紶 servlet: multipart: @@ -70,7 +79,7 @@ secret: abcdefghijklmnopqrstuvwxyz # 浠ょ墝鏈夋晥鏈燂紙榛樿30鍒嗛挓锛� expireTime: 30 - + # MyBatis閰嶇疆 # https://baomidou.com/config/ mybatis-plus: -- Gitblit v1.9.3