Commit 2e129b09 by wangxinzhe

修改配置文件

1 parent 1631cd77
......@@ -18,7 +18,6 @@ spring.redis.host=${_SPUG_SERVICE_REDIS_IP}
spring.redis.port=${_SPUG_SERVICE_REDIS_PORT}
spring.redis.password=${_SPUG_SERVICE_REDIS_PASSWORD}
spring.redis.database=${_SPUG_SERVICE_REDIS_DATABASE}
spring.threads.virtual.enabled=true
spring.redis.lettuce.pool.min-idle=1
spring.redis.lettuce.pool.max-active=10
......@@ -39,6 +38,7 @@ spring.kafka.consumer.max-poll-records=100
spring.kafka.listener.ack-mode=manual_immediate
spring.kafka.listener.type=batch
# jackson
spring.jackson.time-zone=Asia/Shanghai
spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!