| | |
| | | <mybatis-plus.version>3.5.1</mybatis-plus.version> |
| | | <mysql-connector.version>8.0.29</mysql-connector.version> |
| | | <java-jwt.version>3.11.0</java-jwt.version> |
| | | <fastjson.version>1.2.76</fastjson.version> |
| | | <fastjson.version>1.2.83</fastjson.version> |
| | | <caffeine.version>2.9.3</caffeine.version> |
| | | <kaptcha.version>2.3.2</kaptcha.version> |
| | | <commons.io.version>2.13.0</commons.io.version> |
| | | <easyexcel.version>4.0.1</easyexcel.version> |
| | | </properties> |
| | | <dependencyManagement> |
| | | <dependencies> |
| | |
| | | <artifactId>assess-admin</artifactId> |
| | | <version>${assess.version}</version> |
| | | </dependency> |
| | | |
| | | <!--MyBatis分页插件--> |
| | | <dependency> |
| | | <groupId>com.github.pagehelper</groupId> |
| | |
| | | <version>${caffeine.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- 验证码 --> |
| | | <dependency> |
| | | <groupId>com.github.penggle</groupId> |
| | | <artifactId>kaptcha</artifactId> |
| | | <version>${kaptcha.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- io常用工具类 --> |
| | | <dependency> |
| | | <groupId>commons-io</groupId> |
| | | <artifactId>commons-io</artifactId> |
| | | <version>${commons.io.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>easyexcel</artifactId> |
| | | <version>${easyexcel.version}</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | </dependencyManagement> |
| | | |