新版仿ok交易所-后端
yml
zyy
2026-02-27 592366eac2ae11c99966c5745c3d6d4e4e351602
pom.xml
@@ -265,6 +265,14 @@
            <groupId>org.springframework.security</groupId>
            <artifactId>spring-security-core</artifactId>
        </dependency>
        <!-- Maven依赖 -->
        <dependency>
            <groupId>com.squareup.okhttp3</groupId>
            <artifactId>okhttp</artifactId>
            <version>4.12.0</version> <!-- 最新稳定版 -->
        </dependency>
    </dependencies>
    <build>