潘志宝
2024-11-08 e7812194c9cb2c6e38af05524b55f687905fb5f6
提交 | 用户 | 时间
a6de49 1 spring:
H 2   datasource:
3     type: com.alibaba.druid.pool.DruidDataSource
4     druid:
5       driver-class-name: com.ibm.db2.jcc.DB2Driver
6       url: jdbc:db2://192.168.122.240:50000/MgEms:currentSchema=EXPERT;
7       username: db2admin
8       password: Pwd123456
9       initial-size: 10
10       max-active: 100
11       min-idle: 10
12       max-wait: 60000
13       pool-prepared-statements: true
14       max-pool-prepared-statement-per-connection-size: 20
15       time-between-eviction-runs-millis: 60000
16       min-evictable-idle-time-millis: 300000
17       #validationQuery是用来验证数据库连接的查询语句,这个查询语句必须是至少返回一条结果的SELECT语句。每种数据库都有各自的验证语句
18       validation-query: select 1 from sysibm.sysdummy1
19       test-while-idle: true
20       test-on-borrow: false
21       test-on-return: false
22       stat-view-servlet:
23         enabled: true
24         url-pattern: /druid/*
25         #login-username: admin
26         #login-password: admin
27       filter:
28         stat:
29           log-slow-sql: true
30           slow-sql-millis: 1000
31           merge-sql: false
32         wall:
33           config:
34             multi-statement-allow: true
35
36 oadp:
37   domain: http://172.16.1.148:6010
38
39 influx-db:
40   org: IAILab
41   bucket: whs_data
42   token: vhNZN5bZ4c2aa9daQUsmYtaM5qExnLVZYGE0fscVV9mAQhzAnFfExVdPWKrfGVtKPVPUUmM_xfWAJZ1iqqh0qQ==