123456789101112131415161718192021 |
- spring:
- redis:
- host: 172.16.90.253
- database: 0
- port: 6379
- password: 123456
- timeout: 300ms
- boot:
- admin:
- client:
- url: http://localhost:9091
- management:
- endpoints:
- web:
- exposure:
- include: '*'
- endpoint:
- health:
- show-details: always
-
-
|