# 依赖版本

# core

依赖名称 类型 版本 说明
org.springframework.boot:spring-boot-starter-parent 2.5.5 基本依赖
org.springframework.boot:spring-boot-starter-web compile 2.5.5(Default) Spring-Boot-Web
org.springframework.boot:spring-boot-starter-log4j2 compile 2.5.5(Default) Spring-BOot-Log4j2(已移除Logback并修改Log4j2版本为2.17.0
com.lmax:disruptor compile 3.4.4 辅助Log4j2
org.springframework.boot:spring-boot-configuration-processor compile 2.5.5(Default) 配置处理器
org.projectlombok:lombok compile 1.18.20(Default) Lombok
org.springframework.boot:spring-boot-starter-test test 2.5.5(Default) Spring-Boot-Test

# hc-base

依赖名称 类型 版本 说明
org.springframework.boot:spring-boot-starter-aop compile 2.5.5(Default) Spring-Boot-AOP
org.springframework.boot:spring-boot-starter-validation compile 2.5.5(Default) Spring-Boot-Validation
com.github.xiaoymin:knife4j-spring-boot-starter compile 2.0.9 knife4j接口文档
org.apache.commons:commons-pool2 compile 2.9.0(Default) commons-pool2
commons-codec:commons-codec compile 1.15(Default) commons-codec
org.apache.commons:commons-lang3 compile 3.12.0(Default) commons-lang3
org.apache.httpcomponents:httpclient compile 4.5.13(Default) httpclient
commons-io:commons-io compile 2.11.0 common-io
commons-fileupload:commons-fileupload compile 1.4 commons-fileupload
commons-validator:commons-validator compile 1.7 commons-validator
org.apache.commons:commons-collections4 compile 4.4 collection4
io.jsonwebtoken:jjwt compile 0.9.1 Java封装JWT
cn.hutool:hutool-all compile 5.7.14 hutool
com.alibaba:fastjson compile 1.2.76 fastjson
com.alibaba:transmittable-thread-local compile 2.13.0-Beta1 阿里巴巴线程共享变量ThreadLocal
com.alibaba:log4j2-ttl-thread-context-map compile 1.3.3 阿里巴巴Log4j2-TTL封装
org.modelmapper:modelmapper compile 2.4.4 实体映射工具(反射实现)

# hc-mybatis

依赖名称 类型 版本 说明
pro.haichuang.framework:hc-base provided Default haichuangframework-hc-base
mysql:mysql-connector-java runtime 8.0.26 Mysql-Connector-Java
com.alibaba:druid-spring-boot-starter compile 1.2.8 Druid数据源
com.baomidou:mybatis-plus-boot-starter compile 3.4.3.4 Mybatis-Plus
com.baomidou:mybatis-plus-generator compile 3.5.1 Mybatis-Plus-Generator
org.apache.velocity:velocity-engine-core compile 2.3 Velocity
com.github.pagehelper:pagehelper-spring-boot-starter compile 1.4.0 Pagehelper

# hc-redis

依赖名称 类型 版本 说明
pro.haichuang.framework:hc-base provided Default haichuangframework-hc-base
org.springframework.boot:spring-boot-starter-data-redis compile 2.5.5(Default) Spring-Boot-Redis
org.springframework.boot:spring-boot-starter-cache compile 2.5.5(Default) Spring-Boot-Cache
org.apache.commons:commons-pool2 compile 2.9.0(Default) commons-pool2

# hc-sdk-aliyunoss

依赖名称 类型 版本 说明
pro.haichuang.framework:hc-base provided Default haichuangframework-hc-base
com.aliyun:aliyun-java-sdk-core compile 4.5.3 AliYun-SDK-Core
com.aliyun.oss:aliyun-sdk-oss compile 3.13.1 AliYun-SDK-OSS

# hc-sdk-aliyunsms

依赖名称 类型 版本 说明
pro.haichuang.framework:hc-base provided Default haichuangframework-hc-base
com.aliyun:aliyun-java-sdk-core compile 4.5.3 AliYun-SDK-Core

# hc-sdk-huaweicloudobs

依赖名称 类型 版本 说明
pro.haichuang.framework:hc-base provided Default haichuangframework-hc-base
com.huaweicloud:esdk-obs-java compile 3.21.4.1 华为云OBS

# hc-sdk-huaweicloudsms

依赖名称 类型 版本 说明
pro.haichuang.framework:hc-base provided Default haichuangframework-hc-base

# hc-sdk-wxmp

依赖名称 类型 版本 说明
pro.haichuang.framework:hc-base provided Default haichuangframework-hc-base
pro.haichuang.framework:hc-redis provided Default haichuangframework-hc-redis
Last Updated: 12/20/2021, 10:07:20 AM