| | |
| | | <fastjson.version>2.0.43</fastjson.version> |
| | | <commons.lang.version>2.6</commons.lang.version> |
| | | <druid.version>1.2.20</druid.version> |
| | | <pagehelper.version>1.3.0</pagehelper.version> |
| | | <pagehelper.boot.version>1.4.6</pagehelper.boot.version> |
| | | <aliyun.sdk.oss.version>3.10.2</aliyun.sdk.oss.version> |
| | | <knife4j.version>3.0.2</knife4j.version> |
| | | <aspectj.version>1.9.4</aspectj.version> |
| | |
| | | <version>${druid.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- pagehelper 分页插件 --> |
| | | <dependency> |
| | | <groupId>com.github.pagehelper</groupId> |
| | | <artifactId>pagehelper-spring-boot-starter</artifactId> |
| | | <version>${pagehelper.version}</version> |
| | | <version>${pagehelper.boot.version}</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>jsqlparser</artifactId> |
| | | <groupId>com.github.jsqlparser</groupId> |
| | | <groupId>org.mybatis</groupId> |
| | | <artifactId>mybatis</artifactId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <groupId>org.mybatis</groupId> |
| | | <artifactId>mybatis-spring</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | |
| | | <artifactId>jaxb-api</artifactId> |
| | | <version>${jaxb-api.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>easyexcel</artifactId> |
| | | <version>${easyexcel.version}</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <build> |