| | |
| | | <version>${fastjson.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>ws.schild</groupId> |
| | | <artifactId>jave-core</artifactId> |
| | | <version>3.5.0</version> |
| | | </dependency> |
| | | |
| | | <!-- 视频压缩在windows上开发 开发机可实现压缩效果 window64位 --> |
| | | <dependency> |
| | | <groupId>ws.schild</groupId> |
| | | <artifactId>jave-nativebin-win64</artifactId> |
| | | <version>3.5.0</version> |
| | | </dependency> |
| | | |
| | | <!-- 视频压缩在linux上部署 linux服务器需要这个才能生效 linux64位 --> |
| | | <dependency> |
| | | <groupId>ws.schild</groupId> |
| | | <artifactId>jave-nativebin-linux64</artifactId> |
| | | <version>3.5.0</version> |
| | | </dependency> |
| | | |
| | | |
| | | <!-- lombok --> |
| | | <dependency> |