gpt4 book ai didi

grails - BuildConfig 的问题

转载 作者:行者123 更新时间:2023-12-02 13:53:29 25 4
gpt4 key购买 nike

很难说出这里问的是什么。这个问题是模棱两可的、模糊的、不完整的、过于宽泛的或修辞的,无法以目前的形式得到合理的回答。如需帮助澄清这个问题以便重新打开它,visit the help center .




10年前关闭。




我是 Grails 插件的新手。

  • 编译和构建步骤有什么区别?
  • 插件节点的文档在哪里,
  • 导出是什么意思?
  • 如何强制自动安装另一个插件?如果我在我的插件中安装了一个插件,它可以在安装我的插件的主应用程序中使用吗?
  • BuildConfig.groovy 和 application.properties 中的配置插件有什么区别?

  • 谢谢

    最佳答案

    what's the difference between compile and build step?


    grails compile编译代码,不确定“构建步骤”到底是什么意思

    where's the doc of plugins node



    “插件节点”是什么意思? Grails 插件网站是 here .

    what's the mean of export?



    不知道,你在哪里看到它用过?

    how can I force to auto install another plugin?



    您可以通过运行 grails uninstall-plugin <plugin name> 卸载插件

    If I install a plugin in my plugin, can It be used in the main app which installed my plugin?



    如果应用 A 依赖于插件 P1 并且 P1 依赖于插件 P2,那么如果 P1 安装在 A 中,那么 P2 通常也可供 A 使用。但是,可以排除传递插件依赖项。

    what's the difference between config plugin in BuildConfig.groovy and application.properties?



    它们都是配置文件,但只有 BuildConfig.groovy应该编辑——你可以想到 application.properties作为 Grails 的内部配置文件。

    两者之间唯一的重叠是可以用于指定插件依赖项。在旧版本的 Grails 中, application.properties是唯一可以指定插件依赖项的地方。在 Grails 1.2.X(或大约)中 BuildConfig.groovy被引入作为指定插件依赖项的首选位置,但 application.properties仍然支持。

    关于grails - BuildConfig 的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7116106/

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