1234567891011121314151617181920 |
- spring:
- application:
- name: platform-opc
- redis:
- password:
- port: 6379
- host: localhost
- database: 1
- timeout: 0
-
- jedis:
- pool:
- max-active: 50
- max-wait: 2000
- max-idle: 10
- min-idle: 1
- time-between-eviction-runs: 30000
- platform:
- slf4j:
- data: D://logs
|