gpt4 book ai didi

grails - 在grails 2.4.3中手动安装rest-client-builder 2.1.1

转载 作者:行者123 更新时间:2023-12-02 15:53:59 24 4
gpt4 key购买 nike

我需要在grails 2.4.3中安装rest-client-builder 2.1.1,但是我的Internet访问非常有限并且位于代理之后。我从https://repo.grails.org下载了整个插件文件夹,文件为:

  • rest-client-builder-2.1.1-plugin.xml
  • rest-client-builder-2.1.1-plugin.xml.md5
  • rest-client-builder-2.1.1-plugin.xml.sha1
  • rest-client-builder-2.1.1.pom rest-client-builder-2.1.1.pom.md5
  • rest-client-builder-2.1.1.pom.sha1 rest-client-builder-2.1.1.zip
  • rest-client-builder-2.1.1.zip.md5 rest-client-builder-2.1.1.zip.sha1

  • 我将其复制到该地址的.m2文件夹中:
    .m2 / repository / org / grails / plugins / rest-client-builder / 2.1.1
    但是当我运行:grails install-plugin rest-client-builder 2.1.1时,出现以下错误:
    安装插件时出错:grails.org(使用--stacktrace查看完整跟踪)

    这是完整的跟踪(使用--stacktrace)
    Error installing plugin: grails.org (NOTE: Stack trace has been filtered. Use --verbose to see entire trace.)
    java.net.UnknownHostException: grails.org
    at InstallPlugin$_run_closure1.doCall(InstallPlugin.groovy:70)
    at org.codehaus.gant.GantMetaClass.invokeMethod(GantMetaClass.java:133)
    at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16_closure18.doCall(GantBinding.groovy:185)
    at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16_closure18.doCall(GantBinding.groovy)
    at org.codehaus.gant.GantBinding.withTargetEvent(GantBinding.groovy:90)
    at org.codehaus.gant.GantBinding.this$4$withTargetEvent(GantBinding.groovy)
    at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16.doCall(GantBinding.groovy:185)
    at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16.doCall(GantBinding.groovy)
    at gant.Gant$_dispatch_closure5.doCall(Gant.groovy:381)
    at gant.Gant$_dispatch_closure7.doCall(Gant.groovy:415)
    at gant.Gant$_dispatch_closure7.doCall(Gant.groovy)
    at gant.Gant.withBuildListeners(Gant.groovy:427)
    at gant.Gant.this$2$withBuildListeners(Gant.groovy)
    at gant.Gant$this$2$withBuildListeners$0.callCurrent(Unknown Source)
    at gant.Gant.dispatch(Gant.groovy:415)
    at gant.Gant.this$2$dispatch(Gant.groovy)
    at gant.Gant.invokeMethod(Gant.groovy)
    at gant.Gant.executeTargets(Gant.groovy:591)
    at gant.Gant.executeTargets(Gant.groovy:590)
    | Error Error installing plugin: grails.org

    ¿有帮助吗?
    提前致谢

    最佳答案

    好吧,对我来说,它起作用了:

  • 安装cntlm并配置我的代理
  • 的设置
  • 在终端中运行:

    grails add-proxy客户端“--host = http://localhost/”“--port = 3128”

  • (3128是cntlm的默认端口)
  • 在BuildConfig.groovy上添加此配置
    repositories {
    ...
    mavenRepo "http://repo.grails.org/grails/plugins"
    mavenRepo "http://repo1.maven.org/maven2"
    }

    plugins {
    ...
    //REST plugin
    compile ":rest-client-builder:2.1.1"
    }
  • 关于grails - 在grails 2.4.3中手动安装rest-client-builder 2.1.1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35344349/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com