摘要: 基于注解的Redis缓存实现 1、加入redis依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependen 阅读全文
posted @ 2020-09-09 15:56 codeing123 阅读(631) 评论(0) 推荐(0)
摘要: 基本缓存 1、导入springbootdata数据库 SET NAMES utf8mb4; SET FOREIGN_KEY_CHECKS = 0; -- -- Table structure for t_article -- DROP TABLE IF EXISTS `t_article`; CRE 阅读全文
posted @ 2020-09-09 11:00 codeing123 阅读(411) 评论(0) 推荐(0)