Commit 54c1079c by RuoYi

配置tomcat基础配置

parent d3943079
...@@ -10,10 +10,18 @@ ruoyi: ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment