| | |
| | | <artifactId>spring-boot-starter-mail</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- JAVE 视频处理库 --> |
| | | <dependency> |
| | | <groupId>ws.schild</groupId> |
| | | <artifactId>jave-core</artifactId> |
| | | <version>2.4.6</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>ws.schild</groupId> |
| | | <artifactId>jave-native-win64</artifactId> |
| | | <version>2.4.6</version> |
| | | <scope>runtime</scope> |
| | | </dependency> |
| | | |
| | | <!-- 对于Linux服务器 --> |
| | | <dependency> |
| | | <groupId>ws.schild</groupId> |
| | | <artifactId>jave-native-linux64</artifactId> |
| | | <version>2.4.6</version> |
| | | <scope>runtime</scope> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.bytedeco</groupId> |
| | | <artifactId>javacv-platform</artifactId> |
| | | <version>1.5.8</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.drewnoakes</groupId> |
| | | <artifactId>metadata-extractor</artifactId> |
| | | <version>2.18.0</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | <build> |