Commit b1943685 by huluobin

mapper 修改

parent f135ab8e
...@@ -35,13 +35,13 @@ spring: ...@@ -35,13 +35,13 @@ spring:
host: 127.0.0.1 host: 127.0.0.1
port: 6379 port: 6379
database: 0 database: 0
timeout: 5000 timeout: 10000
lettuce: # lettuce:
pool: # pool:
max-active: 100 # max-active: 100
max-wait: 10000 # max-wait: 10000
max-idle: 100 # max-idle: 100
min-idle: 10 # min-idle: 10
#项目属性 #项目属性
......
spring: spring:
profiles: profiles:
active: dev active: pre
servlet: servlet:
#文件上传最大容量 #文件上传最大容量
multipart: multipart:
......
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