会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
ph7seven
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
2018年8月28日
SpringBoot @Async 异步处理业务逻辑和发短信逻辑
摘要: 有个业务场景,业务数据审核通过后需要给用户发短信,发短信过程比较耗时,可能需要几秒甚至十几秒,因此使用异步发短信 使用了注解@Async来实现: 1.SpringApplication启用注解@EnableAsync 2.在业务层(@Service)具体的审核方法上添加注释@Async 3.前端逻辑
阅读全文
posted @ 2018-08-28 18:29 thinkphseven
阅读(2154)
评论(0)
推荐(0)
编辑
2018年7月4日
json字符串转java对象
摘要: json字符串转java对象json Gson json-lib
阅读全文
posted @ 2018-07-04 17:10 thinkphseven
阅读(1905)
评论(0)
推荐(0)
编辑
docker mysql authentication_string client does not support authentication 连接问题
摘要: client does not support authentication
阅读全文
posted @ 2018-07-04 01:39 thinkphseven
阅读(1751)
评论(0)
推荐(2)
编辑
上一页
1
2
公告