摘要: springboot集成schedule(深度理解) 背景 在项目开发过程中,我们经常需要执行具有周期性的任务。通过定时任务可以很好的帮助我们实现。 我们拿常用的几种定时任务框架做一个比较: 从以上表格可以看出,Spring Schedule框架功能完善,简单易用。对于中小型项目需求,Spring Schedule是完全可以胜任的。 1、springboot集成sched... 阅读全文
posted @ 2018-12-18 10:16 雷神约 阅读(361) 评论(0) 推荐(0) 编辑
摘要: springBoot中配置mybatis的二级缓存 2018年01月22日 11:45:37 Ting.Xue(Martin.Xue) 阅读数:5604更多 个人分类: SSM的Spring框架Mybatis springBoot中配置mybatis的二级缓存 2018年01月22日 11:45:3 阅读全文
posted @ 2018-12-18 09:09 雷神约 阅读(3358) 评论(0) 推荐(0) 编辑
摘要: SpringBoot使用Redis缓存 (1)pom.xml引入jar包,如下: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifact 阅读全文
posted @ 2018-12-18 08:58 雷神约 阅读(3498) 评论(0) 推荐(0) 编辑