spring.application.name=redis spring.data.redis.host=localhost spring.data.redis.port=6379 spring.cache.type=redis spring.cache.redis.time-to-live=3600000 spring.cache.redis.cache-null-values=false