123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- spring:
- data:
- redis:
-
- host: 118.195.196.59
- port: 6379
- password: xwkj2022@
- database: 0
- ssl:
- enabled: false
-
-
-
-
- datasource:
-
- driver-class-name: org.postgresql.Driver
-
-
-
-
- druid:
-
- validation-query: select 1
-
-
-
- blade:
-
- lock:
- enabled: false
- address: redis://127.0.0.1:6379
-
- loadbalancer:
-
- enabled: true
-
- prior-ip-pattern:
- - 192.168.0.*
- - 127.0.0.1
-
- datasource:
- dynamic:
- primary: st
- datasource:
- st:
- driver-class-name: org.postgresql.Driver
-
- url: jdbc:postgresql://localhost:5433/postgres?currentSchema=jdrh
-
- username: postgres
- password: xwkj2022@
- jl:
- driver-class-name: org.postgresql.Driver
- url: jdbc:postgresql://111.26.204.4:5432/postgres?currentSchema=jdrh
- username: postgres
- password: xwkj2022@
|