gpt4 book ai didi

spring - 由于 ehcache,无法编译 spring-security-core

转载 作者:行者123 更新时间:2023-12-01 03:49:07 26 4
gpt4 key购买 nike

我正在尝试将 spring-security 添加到我的 grail 项目中,但它在编译时失败。
这是我在 BuildConfig.groovy 中的插件:
`//仅用于构建系统的插件
构建“:tomcat:7.0.54”

    // plugins for the compile step
compile ":scaffolding:2.1.1"
compile ':cache:1.1.6'
compile ":asset-pipeline:1.8.11"
compile ":mongodb:3.0.1"
compile ":spring-security-core:2.0-RC3"


// plugins needed at runtime but not for compilation
//runtime ":hibernate4:4.3.5.4" // or ":hibernate:3.6.10.16"
runtime ":jquery:1.11.1"`

编译失败,我收到此 fatal error 消息:

Fatal error during compilation java.lang.NoClassDefFoundError: net/sf/ehcache/config/CacheConfiguration



我按照说明操作 here但是在“grails 编译”步骤之后卡住了。
我尝试在插件列表中添加 ehcache 依赖项,但它说无法下载。我不知道该怎么办。该项目非常简单,我刚刚从我之前提供的链接开始教程。
我只是卸载了 hibernate 并安装了 mongodb。

最佳答案

您应该将 ehcache 添加到依赖项而不是插件。

dependencies {
compile "net.sf.ehcache:ehcache-core:2.4.8"
}

我不认为 spring-security-core 需要休眠。

关于spring - 由于 ehcache,无法编译 spring-security-core,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24500863/

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