Commit 98ba3ead by Administrator

Update techhero-component-task-local.yml

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