摘要: 传统SpringMVC集成自定义HandlerMethodArgumentResolver的方式为:http://www.cnblogs.com/yangzhilong/p/6282218.html 在SpringBoot中是去配置文件化的,具体做法有: 1、启动类继承WebMvcConfigure 阅读全文
posted @ 2017-09-28 11:29 自行车上的程序员 阅读(18102) 评论(0) 推荐(1) 编辑
摘要: 官方文档:https://github.com/redisson/redisson/wiki/%E7%9B%AE%E5%BD%95 20180226更新:增加tryLock方法,建议后面去掉DistributedLocker接口和其实现类,直接在RedissLockUtil中注入RedissonCl 阅读全文
posted @ 2017-09-28 11:18 自行车上的程序员 阅读(92016) 评论(4) 推荐(3) 编辑