Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 709 Bytes

README.MD

File metadata and controls

25 lines (19 loc) · 709 Bytes

hc-tools工具包

pom依赖

  • xml
<!-- hc tool -->
<dependency>
    <groupId>cn.hc</groupId>
    <artifactId>hc-tool-dependencies</artifactId>
    <version>${hc.tools.version}</version>
    <type>pom</type>
    <scope>import</scope>
</dependency>
  • 版本号:1.0-SNAPSHOT

子模块介绍

  1. common组件README: basic工具包
  2. trace组件README: 链路跟踪工具包
  3. config组件README: 配置中心防腐层
  4. cache组件README: 高级缓存工具(String、List、Set、Map)、分布式缓存防腐层(支持Redis)、流程编排缓存