lidongdong
2022-09-23 3f5f0e0a566bf698cfe3bebbff43895581d6e3b7
flower_city/src/main/resources/application.properties
@@ -21,8 +21,15 @@
swagger.enabled=true
swagger.pathMapping=/
#Redis
spring.redis.host=127.0.0.1
spring.redis.host=localhost
spring.redis.port=6379
spring.redis.password=nahanRedisPwsIsVerySimple&&
spring.redis.timeout=10s
spring.redis.database=2
spring.redis.lettuce.pool.min-idle=0
spring.redis.lettuce.pool.max-idle=8
spring.redis.lettuce.pool.max-active=8
spring.redis.lettuce.pool.max-wait=-1ms
spring.mvc.pathmatch.matching-strategy=ant_path_matcher