techhero-resources-dictionary-natived.yml 780 Bytes
Newer Older
Administrator committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
spring:
  redis:
    database: 10
    host: 119.96.87.17
    port: 6379
    password: techhero
    timeout: 5000
    pool:
      max-active: 8
      max-wait: -1
      max-idle: 8
      min-idle: 0
  datasource:
    druid:
      stat-view-servlet:
        loginUsername: root
        loginPassword: root
18
      initial-size: 3
Administrator committed
19
      max-active: 20
20
      min-idle: 8
Administrator committed
21
      max-wait: 60000
22
      test-while-idle: true
Administrator committed
23 24 25 26 27 28
      time-between-eviction-runs-millis: 60000
      validation-query: select 1 from dual
      filters: stat,slf4j
    dynamic:
      primary: dict
      datasource:
29
        dict:
30
          url: jdbc:oracle:thin:@databaseServer:30100:orcl
31 32
          username: ur_dict_local001
          password: ZGljdF9sb2NhbA
33
          driver-class-name: oracle.jdbc.OracleDriver