grails之无法在 Grails 3.1.1 中安装 HTML5 拖放多文件上传插件
阿里
阅读:114
2025-01-19 22:14:33
评论:0
有没有人成功安装HTML5 drag and drop multi-file upload plugin在 Grails 3 应用程序中。
我已经映射了
compile "org.grails.plugins:uploadr:1.2.11"
在 build.grade 文件中,但随后也得到了这个
| Error Could not resolve all dependencies for configuration ':testRuntime'. Type 'gradle dependencies' for more information
谁能帮我把我弄出来。 任何帮助将不胜感激。
请您参考如下方法:
您需要 Grails 3 版本。请参阅此处的文档:http://grails.org/plugins.html#plugin/grails3-uploadr并尝试
dependencies {
compile 'com.nayidisha.grails.uploadr:grails3-uploadr:3.0'
}
而不是上面的 Grails 2.x 依赖项。
声明
1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。



