java110
2023-05-09 3af356440d52e673d485d1ada6f4d29c0f8d1aae
service-report/src/main/resources/application-dev.yml
@@ -1,14 +1,3 @@
jedis:
  pool:
    config:
      maxTotal: 100
      maxIdle: 20
      maxWaitMillis: 20000
    host: dev.redis.java110.com
    port: 6379
    timeout: 3000
    password: hc
eureka:
  instance:
    leaseRenewalIntervalInSeconds: 10