| | |
| | | <version>2.8.8</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <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> |
| | | |
| | | |
| | | </dependencies> |
| | | |
| | | <build> |