springboot使用redis

一 、非註解形式 引入依賴: 在pom文件中添加redis依賴: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> 配置數據源 redis: host: localhost
相關文章
相關標籤/搜索