Commit 144bd72b by Administrator

Update techhero-component-ftp-test.yml

parent 0a7446a4
spring: spring:
datasource: datasource:
type: com.alibaba.druid.pool.DruidDataSource type: com.alibaba.druid.pool.DruidDataSource
url: jdbc:mysql://119.96.87.17:33060/ftpmng?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8 url: jdbc:mysql://119.96.87.17:33060/ftpmng?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
driverClassName: com.mysql.jdbc.Driver driverClassName: com.mysql.jdbc.Driver
username: transdata username: transdata
password: mysql-techhero password: mysql-techhero
removeAbandoned: true # 是否自动回收超时连接 removeAbandoned: true # 是否自动回收超时连接
removeAbandonedTimeout: 1800 # 超时时间(以秒数为单位 removeAbandonedTimeout: 1800 # 超时时间(以秒数为单位
druid: druid:
initialSize: 5 #初始化提供的连接数 initialSize: 5 #初始化提供的连接数
minIdle: 5 #数据库连接池的最小维持连接数 minIdle: 5 #数据库连接池的最小维持连接数
maxActive: 20 #最大的连接数 maxActive: 20 #最大的连接数
......
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