Your Name
2023-08-26 7958f1dddb8a7f4e70d232b07a7703955ecedae0
service-dev/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
@@ -24,8 +13,6 @@
  tomcat:
    uri-encoding: UTF-8
java110:
  community-service: community-service
spring:
  profiles: