Commit 98ba3ead by Administrator

Update techhero-component-task-local.yml

parent 54243857
datasource: spring:
#本地环境 datasource:
url: jdbc:oracle:thin:@119.96.87.17:1521:orcl type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: oracle.jdbc.OracleDriver url: jdbc:mysql://192.168.50.248:3306/task_ah?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
username: TASKDEVV1 username: root
password: TASKDEVV1 password: umBm*7gYm3AB
driverClassName: com.mysql.cj.jdbc.Driver
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