Commit d8061d31 authored by 赵啸非's avatar 赵啸非

修改配置文件

parent 67e35c69
...@@ -73,6 +73,12 @@ spring: ...@@ -73,6 +73,12 @@ spring:
url: @profiles.datasource.uri@ url: @profiles.datasource.uri@
username: @profiles.datasource.username@ username: @profiles.datasource.username@
password: @profiles.datasource.password@ password: @profiles.datasource.password@
initialSize: 10
minIdle: 10
maxActive: 40
maxWait: 60000
test-on-borrow: true
test-while-idle: true
mybatis: mybatis:
root-path: com.mortals root-path: com.mortals
......
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