| | |
| | | <commons.fileupload.version>1.4</commons.fileupload.version>
|
| | | <velocity.version>1.7</velocity.version>
|
| | | <fastjson.version>1.2.78</fastjson.version>
|
| | | <jjwt.version>0.9.1</jjwt.version>
|
| | | <minio.version>8.2.2</minio.version>
|
| | | <poi.version>4.1.2</poi.version>
|
| | | <common-pool.version>2.10.0</common-pool.version>
|
| | | <commons-collections.version>3.2.2</commons-collections.version>
|
| | | <transmittable-thread-local.version>2.12.2</transmittable-thread-local.version>
|
| | | </properties>
|
| | |
|
| | | <!-- 依赖声明 -->
|
| | |
| | | <version>${fastjson.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <!-- JWT -->
|
| | | <dependency>
|
| | | <groupId>io.jsonwebtoken</groupId>
|
| | | <artifactId>jjwt</artifactId>
|
| | | <version>${jjwt.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <!-- 线程传递值 -->
|
| | | <dependency>
|
| | | <groupId>com.alibaba</groupId>
|
| | | <artifactId>transmittable-thread-local</artifactId>
|
| | | <version>${transmittable-thread-local.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <!-- 公共资源池 -->
|
| | | <dependency>
|
| | | <groupId>org.apache.commons</groupId>
|