|  |  |  | 
|---|
|  |  |  | <artifactId>mybatis-spring</artifactId> | 
|---|
|  |  |  | <version>${mybatis-spring.version}</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!-- 阿里fastjson --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>cglib</groupId> | 
|---|
|  |  |  | 
|---|
|  |  |  | <groupId>com.alibaba.fastjson2</groupId> | 
|---|
|  |  |  | <artifactId>fastjson2-extension-spring6</artifactId> | 
|---|
|  |  |  | <version>${fastjson2.version}</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <!-- 阿里EasyExcel --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>com.alibaba</groupId> | 
|---|
|  |  |  | <artifactId>easyexcel</artifactId> | 
|---|
|  |  |  | <version>${easyexcel.version}</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <!-- vo po转换 --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | 
|---|
|  |  |  | <groupId>io.netty</groupId> | 
|---|
|  |  |  | <artifactId>netty-all</artifactId> | 
|---|
|  |  |  | </exclusion> | 
|---|
|  |  |  | <exclusion> | 
|---|
|  |  |  | <groupId>org.yaml</groupId> | 
|---|
|  |  |  | <artifactId>snakeyaml</artifactId> | 
|---|
|  |  |  | </exclusion> | 
|---|
|  |  |  | <exclusion> | 
|---|
|  |  |  | <groupId>org.springframework</groupId> | 
|---|
|  |  |  | <artifactId>spring-context</artifactId> | 
|---|
|  |  |  | </exclusion> | 
|---|
|  |  |  | <exclusion> | 
|---|
|  |  |  | <groupId>com.alibaba.spring</groupId> | 
|---|
|  |  |  | <artifactId>spring-context-support</artifactId> | 
|---|
|  |  |  | </exclusion> | 
|---|
|  |  |  | <exclusion> | 
|---|
|  |  |  | <groupId>com.alibaba.fastjson2</groupId> | 
|---|
|  |  |  | <artifactId>fastjson2</artifactId> | 
|---|
|  |  |  | </exclusion> | 
|---|
|  |  |  | <exclusion> | 
|---|
|  |  |  | <groupId>com.alibaba</groupId> | 
|---|
|  |  |  | <artifactId>hessian-lite</artifactId> | 
|---|
|  |  |  | </exclusion> | 
|---|
|  |  |  | <exclusion> | 
|---|
|  |  |  | <groupId>org.javassist</groupId> | 
|---|
|  |  |  | <artifactId>javassist</artifactId> | 
|---|
|  |  |  | </exclusion> | 
|---|
|  |  |  | </exclusions> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!-- Hutool是一个小而全的Java工具类库(https://github.com/dromara/hutool)  --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>cn.hutool</groupId> | 
|---|
|  |  |  | <artifactId>hutool-all</artifactId> | 
|---|
|  |  |  | <version>${hutool-all.version}</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!-- jdom2 --> | 
|---|
|  |  |  | 
|---|
|  |  |  | <artifactId>quartz</artifactId> | 
|---|
|  |  |  | <version>${quartz.version}</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <!-- zxing生成二维码 --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>com.google.zxing</groupId> | 
|---|
|  |  |  | <artifactId>core</artifactId> | 
|---|
|  |  |  | <version>${google.zxing.version}</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>com.google.zxing</groupId> | 
|---|
|  |  |  | <artifactId>javase</artifactId> | 
|---|
|  |  |  | <version>${google.zxing.version}</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!-- Hutool是一个小而全的Java工具类库(https://github.com/dromara/hutool)  --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>cn.hutool</groupId> | 
|---|
|  |  |  | <artifactId>hutool-all</artifactId> | 
|---|
|  |  |  | <version>${hutool-all.version}</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!-- 测试 --> | 
|---|
|  |  |  | <dependency> | 
|---|