123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- security:
- oauth2:
- client:
- client-id: ENC(uRVGfvAwW6FVQJm/GC7v0A==)
- client-secret: ENC(w5AYCtwwgd+zVwGc5AudCw==)
- scope: server
- spring:
- datasource:
- url: jdbc:oracle:thin:@tofly-db:1521/orcl
- driver-class-name: oracle.jdbc.OracleDriver
- username: tf_dyrq_war
- password: tf_dyrq_war
- type: com.alibaba.druid.pool.DruidDataSource
- druid:
- initial-size: 10
- min-idle: 1
- max-active: 100
- max-wait: 60000
- time-between-eviction-runsMillis: 60000
- min-evictable-idle-timeMillis: 300000
- validation-query: select 1 FROM DUAL
- test-while-idle: true
- test-on-borrow: false
- test-on-return: false
- pool-prepared-statements: true
- max-open-prepared-statements: 20
- max-pool-prepared-statement-per-connection-size: 20
- filters:
- stat:
- log-slow-sql: true
- slow-sql-millis: 5000
- merge-sql: false
- wall:
- config:
- multi-statement-allow: true
-
- use-global-data-source-stat: true
|