配置tomcat基础配置

pull/22/head
RuoYi 2018-08-08 09:16:59 +08:00
parent d394307901
commit 54c1079cf4
1 changed files with 10 additions and 2 deletions

View File

@ -10,10 +10,18 @@ ruoyi:
profile: D:/profile/ profile: D:/profile/
#开发环境配置 #开发环境配置
server: server:
#端口 #服务端口
port: 80 port: 80
servlet:
# 项目contextPath
context-path: /
tomcat: tomcat:
uri-encoding: utf-8 # tomcat的URI编码
uri-encoding: UTF-8
# tomcat最大线程数默认为200
max-threads: 800
# Tomcat启动初始化的线程数默认值25
min-spare-threads: 30
#日志配置 #日志配置
logging: logging:
level: level: