| 1234567891011121314151617181920 |
- zksy:
- db:
- host: 192.168.110.30
- un: root
- pw: 123
- port: 3307
- database: zhongkeshengyang
- spring:
- redis:
- host: 192.168.110.30
- port: 6379
- minio:
- endpoint: http://192.168.110.30:9000
- accessKey: minio
- secretKey: minio123
- bucket: zksy-file
- readPath: http://192.168.110.30:9000
- netty:
- # 端口号
- port: 8086
|