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
相關文章
相關標籤/搜索