| | |
| | | <optional>true</optional> <!-- 表示依赖不会传递 --> |
| | | </dependency> |
| | | |
| | | <!--springboot支持包,里面包括了自动配置类 --> |
| | | <dependency> |
| | | <groupId>org.jodconverter</groupId> |
| | | <artifactId>jodconverter-spring-boot-starter</artifactId> |
| | | <version>4.4.2</version> |
| | | </dependency> |
| | | |
| | | <!--jodconverter 核心包 --> |
| | | <dependency> |
| | | <groupId>org.jodconverter</groupId> |
| | | <artifactId>jodconverter-core</artifactId> |
| | | <version>4.4.2</version> |
| | | </dependency> |
| | | |
| | | <!--jodconverter 本地支持包 --> |
| | | <dependency> |
| | | <groupId>org.jodconverter</groupId> |
| | | <artifactId>jodconverter-local</artifactId> |
| | | <version>4.4.2</version> |
| | | </dependency> |
| | | |
| | | <!--springboot支持包,里面包括了自动配置类 --> |
| | | <dependency> |
| | | <groupId>org.libreoffice</groupId> |
| | | <artifactId>ridl</artifactId> |
| | | <version>7.2.0</version> |
| | | </dependency> |
| | | |
| | | <!-- Mysql驱动包 --> |
| | | <dependency> |
| | | <groupId>mysql</groupId> |