加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 大数据 > 正文

Groovy笔记-Grails加载Export1.6 Plugin报错

发布时间:2020-12-14 16:47:32 所属栏目:大数据 来源:网络整理
导读:??? Grails的export:1.6 plugin适用于2.4.4及其以下的版本(本人在2.2.4版本下运行成功),但是在BuildConfig.groovy下的plugins里添加:compile ":export:1.6"时,系统运行时会报错,网上找了很久都没有解决办法,终于在此地址下找到了提示信息 http://stackoverfl

??? Grails的export:1.6 plugin适用于2.4.4及其以下的版本(本人在2.2.4版本下运行成功),但是在BuildConfig.groovy下的plugins里添加:compile ":export:1.6"时,系统运行时会报错,网上找了很久都没有解决办法,终于在此地址下找到了提示信息http://stackoverflow.com/questions/24411420/grails-export-plugin-errors,即在BuildConfig.groovy文件里添加如下"

? repositories {
?? ??? ?mavenRepo "http://repo.grails.org/grails/core"
?? ??? ?}
?? ?
?? ?dependencies {
?? ??? ?compile 'commons-beanutils:commons-beanutils:1.8.3'
?? ?}

即可.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读