相关疑难解决方法(0)

Grails无法安装插件

我正在尝试使用我的grails 1.3.9版本安装webflow插件版本.

我试过以下的事情.,

  1. 使用命令grails intall-plugin webflow 1.3.8 Result是:org.grails#grails-webflow;1.3.8: not found

  2. 修改buildConfig文件并添加该行

    plugins {compile":webflow:1.3.8"

运行应用程序结果时:

UNRESOLVED DEPENDENCIES
org.grails.plugins#webflow;1.3.8: not found
Run Code Online (Sandbox Code Playgroud)

我不知道还有什么可以尝试的.请帮忙.

grails plugins spring-webflow

10
推荐指数
1
解决办法
3378
查看次数

标签 统计

grails ×1

plugins ×1

spring-webflow ×1