随笔分类 -  SpringBoot

SpringBoot
摘要:SpringBoot使用Redis缓存List相关问题 阅读全文
posted @ 2018-10-24 19:07 thinkphseven 阅读(35662) 评论(1) 推荐(0)
摘要:有个业务场景,业务数据审核通过后需要给用户发短信,发短信过程比较耗时,可能需要几秒甚至十几秒,因此使用异步发短信 使用了注解@Async来实现: 1.SpringApplication启用注解@EnableAsync 2.在业务层(@Service)具体的审核方法上添加注释@Async 3.前端逻辑 阅读全文
posted @ 2018-08-28 18:29 thinkphseven 阅读(2240) 评论(0) 推荐(0)