Commit 2b7ae900 by 刘栋

更新代码

parent d4233882
......@@ -38,6 +38,10 @@ spring:
pool:
max-active: 20 # 连接池最大连接数
max-idle: 5 # 最大空闲连接
servlet:
multipart:
max-file-size: 100MB
max-request-size: 100MB
mybatis-plus:
mapper-locations: classpath*:/mapper/*.xml
......
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 sign in to comment