摘要: ![](https://img2018.cnblogs.com/blog/1172239/201911/1172239-20191110223814715-1973825269.png) 阅读全文
posted @ 2019-11-10 22:38 Draymonder 阅读(136) 评论(0) 推荐(0) 编辑
摘要: Springboot 使用 Jedis 依赖 application.yml BookController 遇到的问题 1. 无法set , 类要实现序列化接口 2. Jedis Read time out 登陆客户端,发现 长时间无响应 解决方案: 重启`redis server` 阅读全文
posted @ 2019-11-10 14:24 Draymonder 阅读(808) 评论(0) 推荐(0) 编辑
摘要: Springboot 使用 Mybatis 依赖 pom.xml 配置文件 application.yml book实体 bookMapper bookMapper.xml bookService bookController 过程中踩过的坑 1. mapper注入不到, 记得配置 中的 2. 相关 阅读全文
posted @ 2019-11-10 00:43 Draymonder 阅读(225) 评论(0) 推荐(0) 编辑