| | |
| | | maxWaitMillis: 20000 |
| | | host: dev.redis.java110.com |
| | | port: 6379 |
| | | timeout: 3000 |
| | | password: |
| | | |
| | | eureka: |
| | | instance: |
| | | leaseRenewalIntervalInSeconds: 10 |
| | | leaseExpirationDurationInSeconds: 30 |
| | | preferIpAddress: true |
| | | instanceId: ${spring.cloud.client.ipAddress}:${server.port} |
| | | instanceId: ${spring.cloud.client.ip-address}:${server.port} |
| | | client: |
| | | serviceUrl: |
| | | defaultZone: http://dev.java110.com:8761/eureka/ |
| | |
| | | suffix: .html |
| | | content-type: text/html |
| | | |
| | | servlet: |
| | | multipart: |
| | | enabled: true |
| | | file-size-threshold: 2KB |
| | | max-file-size: 200MB |
| | | max-request-size: 215MB |
| | | |
| | | #============== kafka =================== |
| | | kafka: |
| | | consumer: |