| | |
| | | <oshi.version>5.7.0</oshi.version> |
| | | <jna.version>5.7.0</jna.version> |
| | | <poi.version>5.0.0</poi.version> |
| | | <!-- 微信小程序 --> |
| | | <weixin-java-miniapp.version>4.1.0</weixin-java-miniapp.version> |
| | | </properties> |
| | | |
| | | <dependencies> |
| | |
| | | </dependency> |
| | | <!-- 获取系统信息依赖包 --> |
| | | <dependency> |
| | | <groupId>com.itextpdf</groupId> |
| | | <artifactId>itextpdf</artifactId> |
| | | <version>5.5.13.3</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>e-iceblue</groupId> |
| | | <artifactId>spire.xls.free</artifactId> |
| | | <version>3.9.1</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.github.oshi</groupId> |
| | | <artifactId>oshi-core</artifactId> |
| | | <version>${oshi.version}</version> |
| | |
| | | <artifactId>mybatis-plus-join</artifactId> |
| | | <version>1.4.2.2</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-mail</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-io</groupId> |
| | | <artifactId>commons-io</artifactId> |
| | |
| | | <version>2.5.1</version> |
| | | </dependency> |
| | | |
| | | |
| | | <!-- WeChat 小程序 --> |
| | | <dependency> |
| | | <groupId>com.github.binarywang</groupId> |
| | | <artifactId>weixin-java-miniapp</artifactId> |
| | | <version>${weixin-java-miniapp.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>net.sourceforge.jexcelapi</groupId> |
| | | <artifactId>jxl</artifactId> |
| | | <version>2.6.12</version> |
| | | </dependency> |
| | | </dependencies> |
| | | <repositories> |
| | | <repository> |
| | | <id>com.e-iceblue</id> |
| | | <name>e-iceblue</name> |
| | | <url>https://repo.e-iceblue.cn/repository/maven-public/</url> |
| | | </repository> |
| | | </repositories> |
| | | <build> |
| | | <plugins> |
| | | <plugin> |