spring:
|
datasource:
|
type: com.alibaba.druid.pool.DruidDataSource
|
driverClassName: org.postgresql.Driver
|
druid:
|
first:
|
# 信创正式
|
#url: jdbc:highgo://192.168.20.106:5866/highgo?currentSchema=zyml
|
#username: highgo
|
#password: Highgo@123
|
url: jdbc:postgresql://127.0.0.1:5432/langfang?currentSchema=zyml
|
username: postgres
|
password: postgres
|
# 信创测试
|
#url: jdbc:highgo://18.1.2.15:5866/DB_DEV?currentSchema=dev_zyml
|
#username: sde
|
#password: sde
|
initial-size: 10
|
max-active: 100
|
min-idle: 10
|
max-wait: 60000
|
pool-prepared-statements: true
|
max-pool-prepared-statement-per-connection-size: 20
|
time-between-eviction-runs-millis: 60000
|
min-evictable-idle-time-millis: 300000
|
validation-query: SELECT 1 FROM DUAL
|
test-while-idle: true
|
test-on-borrow: false
|
test-on-return: false
|
stat-view-servlet:
|
enabled: true
|
url-pattern: /admin/druid/*
|
filter:
|
stat:
|
log-slow-sql: false
|
slow-sql-millis: 1000
|
merge-sql: false
|
wall:
|
config:
|
multi-statement-allow: true
|