YYC
2024-12-23 a01c352d0db6adfe723adacf09db423243ed3f22
数据调整
已修改1个文件
20 ■■■■■ 文件已修改
pom.xml 20 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pom.xml
@@ -157,6 +157,26 @@
            <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>