fix: 配置文件修改

This commit is contained in:
2024-07-09 08:57:03 +08:00
parent 486a7708b1
commit d9a12ca3df
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,8 @@ spring:
freemarker:
check-template-location: false
profiles:
active: dev
# active: dev
active: prod
jackson:
time-zone: GMT+8
data:
@@ -51,8 +52,8 @@ spring:
monitorInterval: 8
tomcatTp: # tomcat webserver 线程池配置
threadPoolAliasName: tomcat 线程池 # 线程池别名,可选
corePoolSize: 100
maximumPoolSize: 200
corePoolSize: 10
maximumPoolSize: 50
keepAliveTime: 60
runTimeout: 10000
queueTimeout: 100

View File

@@ -113,7 +113,6 @@ https://juejin.cn/post/6844903775631572999
<!--生产环境:打印控制台和输出到文件-->
<springProfile name="prod">
<root level="info">
<appender-ref ref="CONSOLE"/>
<appender-ref ref="asyncLuceneAppender"/>
<appender-ref ref="asyncFileAppender"/>
</root>