79394846

Date: 2025-01-28 18:28:30
Score: 1
Natty:
Report link

If you are using Spring 3.x, in application.properties, the following needs to be changed:

spring.redis.host=redis
spring.redis.port=6379

to

spring.data.redis.host=redis
spring.data.redis.port=6379
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ranshe