SpringBoot(二)集成Redis-集成Mybatis

集成Redis 一:添加依賴 <!-- Redis依賴 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> 二:配置Redis參數 spring: redis:
相關文章
相關標籤/搜索