| | |
| | | <oshi.version>5.7.0</oshi.version> |
| | | <jna.version>5.7.0</jna.version> |
| | | <poi.version>5.0.0</poi.version> |
| | | <!-- hutool 工具相关--> |
| | | <hutool.version>5.5.8</hutool.version> |
| | | <!-- 微信小程序 --> |
| | | <weixin-java-miniapp.version>4.1.0</weixin-java-miniapp.version> |
| | | </properties> |
| | | |
| | | <dependencies> |
| | | <!--<dependency> |
| | | <groupId>com.jacob</groupId> |
| | | <artifactId>jacob</artifactId> |
| | | <version>1.19</version> |
| | | <scope>system</scope> |
| | | <!–本地的jacob.jar的路径–> |
| | | <systemPath>${project.basedir}/lib/jacob.jar</systemPath> |
| | | </dependency>--> |
| | | <!-- Spring Boot --> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | |
| | | <artifactId>mysql-connector-java</artifactId> |
| | | <scope>runtime</scope> |
| | | </dependency> |
| | | |
| | | <!--hutool工具--> |
| | | <dependency> |
| | | <groupId>cn.hutool</groupId> |
| | | <artifactId>hutool-all</artifactId> |
| | | <version>${hutool.version}</version> |
| | | </dependency> |
| | | <!-- swagger --> |
| | | <dependency> |
| | | <groupId>com.github.xiaoymin</groupId> |
| | |
| | | <version>2.5.1</version> |
| | | </dependency> |
| | | |
| | | |
| | | <!-- WeChat 小程序 --> |
| | | <dependency> |
| | | <groupId>com.github.binarywang</groupId> |
| | |
| | | <artifactId>jxl</artifactId> |
| | | <version>2.6.12</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | <repositories> |
| | | <repository> |