Commit 0a7446a4 by Administrator

Update techhero-component-ftp-test.yml

parent e3b71b67
spring:
datasource:
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
driverClassName: com.mysql.jdbc.Driver
username: transdata
password: mysql-techhero
removeAbandoned: true # 是否自动回收超时连接
removeAbandonedTimeout: 1800 # 超时时间(以秒数为单位
druid:
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
driverClassName: com.mysql.jdbc.Driver
username: transdata
password: mysql-techhero
removeAbandoned: true # 是否自动回收超时连接
removeAbandonedTimeout: 1800 # 超时时间(以秒数为单位
druid:
initialSize: 5 #初始化提供的连接数
minIdle: 5 #数据库连接池的最小维持连接数
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