| | |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-amqp</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- jave 核心依赖 --> |
| | | <dependency> |
| | | <groupId>ws.schild</groupId> |
| | | <artifactId>jave-core</artifactId> |
| | | <version>2.4.6</version> |
| | | </dependency> |
| | | |
| | | <!-- 根据不同操作系统引入不同FFmpeg包 --> |
| | | |
| | | <!-- window32位 FFmpeg --> |
| | | <dependency> |
| | | <groupId>ws.schild</groupId> |
| | | <artifactId>jave-native-win32</artifactId> |
| | | <version>2.4.6</version> |
| | | </dependency> |
| | | <!-- window64位 FFmpeg --> |
| | | <dependency> |
| | | <groupId>ws.schild</groupId> |
| | | <artifactId>jave-native-win64</artifactId> |
| | | <version>2.4.6</version> |
| | | </dependency> |
| | | <!-- linux64位 FFmpeg --> |
| | | <dependency> |
| | | <groupId>ws.schild</groupId> |
| | | <artifactId>jave-native-linux64</artifactId> |
| | | <version>2.4.6</version> |
| | | </dependency> |
| | | <!-- macos64位 FFmpeg --> |
| | | <dependency> |
| | | <groupId>ws.schild</groupId> |
| | | <artifactId>jave-native-osx64</artifactId> |
| | | <version>2.4.6</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <build> |