From 9afbbf44efdbcf8f29e15e97158fe0890a0ca96e Mon Sep 17 00:00:00 2001 From: RuoYi Date: Wed, 8 Aug 2018 09:16:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AEtomcat=E5=9F=BA=E7=A1=80?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 5ca98dfe..a1678204 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -10,10 +10,18 @@ ruoyi: profile: D:/profile/ #开发环境配置 server: - #端口 + #服务端口 port: 80 + servlet: + # 项目contextPath + context-path: / tomcat: - uri-encoding: utf-8 + # tomcat的URI编码 + uri-encoding: UTF-8 + # tomcat最大线程数,默认为200 + max-threads: 800 + # Tomcat启动初始化的线程数,默认值25 + min-spare-threads: 30 #日志配置 logging: level: