NernBrot
重装了系统,下载idea后新建了个spigot1.12.2的项目,可是解析依赖等了好久,阿里云的仓库也设置了都没用,求指导

DreamVoid
Maven代理设置 - 阿子 - 博客园 (cnblogs.com)
Maven setting配置镜像仓库_天高任鸟飞-海阔凭鱼跃的博客-CSDN博客_maven setting 镜像配置

茵彼1nbee
        <mirrors>       
                <mirror>
            <id>alimaven</id>
            <name>aliyun maven</name>
            <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
            <mirrorOf>central</mirrorOf>
        </mirror>

        <mirror>
            <id>uk</id>
            <mirrorOf>central</mirrorOf>
            <name>Human Readable Name for this Mirror.</name>
            <url>http://uk.maven.org/maven2/</url>
        </mirror>

        <mirror>
            <id>CN</id>
            <name>OSChina Central</name>
            <url>http://maven.oschina.net/content/groups/public/</url>
            <mirrorOf>central</mirrorOf>
        </mirror>

        <mirror>
            <id>nexus</id>
            <name>internal nexus repository</name>
            <url>http://repo.maven.apache.org/maven2</url>
            <mirrorOf>central</mirrorOf>
        </mirror>

    </mirrors>




NernBrot
茵彼1nbee 发表于 2022-7-17 19:24
alimaven
            aliyun maven
            http://maven.aliyun.com/nexus/conten ...

解决了非常感谢

第一页 上一页 下一页 最后一页