org.springframework.boot:spring-boot-starter-redis:jar is missing

添加SpringBoot支持redis依赖时报错。web <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-redis</artifactId> </dependency> 错误信息:redis 解决方法:spring 多加一个data就行。s
相关文章
相关标签/搜索