Commit 788cfe8b by Administrator

Update techhero-base-system-prd_hwh.yml

parent 610b9701
......@@ -4,13 +4,13 @@ spring:
write-dates-as-timestamps: true
datasource:
type: com.alibaba.druid.pool.DruidDataSource
url: jdbc:oracle:thin:@192.168.255.131:18000:orcl
url: jdbc:oracle:thin:@192.168.255.131:31251:orcl
username: sysmng_hwh
password: techhero3_Ocl_136039010th
driverClassName: oracle.jdbc.OracleDriver
initialSize: 5 #初始化提供的连接数
minIdle: 5 #数据库连接池的最小维持连接数
maxActive: 20 #最大的连接数
maxActive: 200 #最大的连接数
maxWait: 60000
timeBetweenEvictionRunsMillis: 60000 #空闲时间超过minEvictableIdleTimeMillis的连接则释放
minEvictableIdleTimeMillis: 300000 #等待连接获取的最大超时时间
......
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