Home | 简体中文 | 繁体中文 | 杂文 | Github | 知乎专栏 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏

49.13. FAQ

49.13.1. Spring Data Redis

			
Spring Data Redis - Could not safely identify store assignment for repository candidate interface cn.netkiller.repository.ChatRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository			
			
			
			
spring.data.redis.repositories.enabled=false