| | |
| | | <druid.version>1.1.10</druid.version> |
| | | <json-lib.version>2.4</json-lib.version> |
| | | <qrcode.version>1.1</qrcode.version> |
| | | <poi.version>3.9</poi.version> |
| | | <!-- <poi.version>3.9</poi.version>--> |
| | | <poi.version>4.1.2</poi.version> |
| | | <fastjson.version>1.2.83</fastjson.version> |
| | | <baidu-sdk.version>4.2.0</baidu-sdk.version> |
| | | </properties> |
| | |
| | | <artifactId>spring-test</artifactId> |
| | | <version>RELEASE</version> |
| | | </dependency> |
| | | <!-- <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-data-jpa</artifactId> |
| | | </dependency> --> |
| | | <!-- spring end --> |
| | | |
| | | <!-- reactor-core --> |
| | |
| | | |
| | | <!-- Redis --> |
| | | <dependency> |
| | | <groupId>redis.clients</groupId> |
| | | <artifactId>jedis</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.data</groupId> |
| | | <artifactId>spring-data-redis</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-configuration-processor</artifactId> |
| | | <optional>true</optional> |
| | | <artifactId>spring-boot-starter-data-redis</artifactId> |
| | | </dependency> |
| | | <!-- Redis end --> |
| | | |
| | |
| | | <scope>test</scope> |
| | | </dependency> |
| | | |
| | | <!-- easyexcel begin--> |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>easyexcel</artifactId> |
| | | <version>3.1.1</version> |
| | | </dependency> |
| | | <!-- easyexcel end--> |
| | | |
| | | |
| | | </dependencies> |
| | | |
| | | </project> |