hmtool-ext-interchan 是一个基于hmtool & springboot融合的工具包、将hmtool和springboot|springcloud无缝接入、
包含
- interchan-auth-common 权限拦截器工具包
- interchan-autoconfiguation springboot自动注入工具包
- interchan-core-common 核心处理工具包
- interchan-payment-common 支付工具包
- interchan-protocol-common 协议工具包
- interchan-redis-common 基于redisTemplate简单封装工具包
- interchan-redis-kafka-middle-common kafka消费数据通过aop写入redis的工具包
- interchan-starter-common 启动依赖工具包
- interchan-wechat-common 微信封装工具包(包含小程序和微信公众号、原jwechat项目)
<strong>结构调整</strong> 1:微信模块utils包调整成util、consts包调整成const,QRCodeUtils类调整为QRCodeUtil 2:删除微信模块中不必要的工具类 <strong>新特性</strong> 1:auth现在可以设置不传递authType,提供默认值方式 2:springcloud升级到H版.springboot升级到2.2. 3:redis支持提供Append命令 4:jdom升级到jdom2 5:hmtool-ext-kafka-springboot升级到1.3.1 6:hmtool-ext-elaticsearch-springboot升级到1.3.1 7:hmtool-ext-jwt-springboot 升级到1.3.1 8:将swagger升级到knife4j2.0.0 9:全局异常抛出详细堆栈相关信息
springboot版 springcloud版