gpt4 book ai didi

grails - Grails插件不能依赖其他Grails插件吗?

转载 作者:行者123 更新时间:2023-12-02 14:07:57 25 4
gpt4 key购买 nike

我在Windows中使用grails 2.2.1。

我想开发一个依赖于spring-security-core插件的插件,因此我将依赖项添加到我的插件的BuildConfig.groovy中:

plugins {
compile ':spring-security-core:1.2.7.3'
}

然后在我的grail应用程序项目中,我在BuildConfig.groovy中指定依赖项:
grails.plugin.location."xxxxx" = "../grails-plugins/xxxx"

之后,当我尝试刷新我的grail应用程序项目的依赖项时,它总是提示
unable to resolve class org.springframework.security.authentication.UsernamePasswordAuthenticationToken 

这个类是由spring-security-core插件依赖的类,我的插件也使用这个类。

它是grails的错误吗?还是我想念什么?请帮助,在此先感谢!

最佳答案

我在这里测试。在Grails 2.2.1中,您需要将legacyResolve设置为true,因为

Grails 2.2 no longer uses the BuildConfig of the plugin for dependency resolution and only uses data provided by POMs



设置此项并刷新依赖项时,将显示Spring Security Core的安装消息。

关于grails - Grails插件不能依赖其他Grails插件吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15738982/

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