带有 wschat / Web 套接字聊天插件的 grails 3.0
grails 3.0 with wschat / Web Socket Chat plugin
我正在尝试从此 page and i see this page...
安装 web socket chat 3.0.3
因为我使用的是 grails 3.0.5 然后我把 compile "org.grails.plugins:wschat:3.0.3"
放在我的 build.grade
.. 但我不知道为什么我不能安装那个插件...
我得到这个错误
如何安装web socket插件?
BUILD SUCCESSFUL
Total time: 1.868 secs
| Error Could not resolve all dependencies for configuration ':testRuntime'. Type 'gradle dependencies' for more information
C:\Users\User\Documents\ChatV3>
我收到这个错误
:dependencies
------------------------------------------------------------
Root project
------------------------------------------------------------
testRuntime - Runtime classpath for source set 'test'.
+--- org.grails.plugins:wschat:3.0.3 FAILED ==> HERE THE PROBLEM
完整日志..请参阅此 link, log.txt
那应该进入你的 build.gradle 而不是 application.yml...
https://github.com/vahidhedayati/testwschat3/blob/master/build.gradle#L75 周围添加:
compile "org.grails.plugins:wschat:3.0.3"
在这种情况下,它是我的示例项目中的本地插件
我正在尝试从此 page and i see this page...
安装 web socket chat 3.0.3因为我使用的是 grails 3.0.5 然后我把 compile "org.grails.plugins:wschat:3.0.3"
放在我的 build.grade
.. 但我不知道为什么我不能安装那个插件...
我得到这个错误
如何安装web socket插件?
BUILD SUCCESSFUL
Total time: 1.868 secs
| Error Could not resolve all dependencies for configuration ':testRuntime'. Type 'gradle dependencies' for more information
C:\Users\User\Documents\ChatV3>
我收到这个错误
:dependencies
------------------------------------------------------------
Root project
------------------------------------------------------------
testRuntime - Runtime classpath for source set 'test'.
+--- org.grails.plugins:wschat:3.0.3 FAILED ==> HERE THE PROBLEM
完整日志..请参阅此 link, log.txt
那应该进入你的 build.gradle 而不是 application.yml...
https://github.com/vahidhedayati/testwschat3/blob/master/build.gradle#L75 周围添加:
compile "org.grails.plugins:wschat:3.0.3"
在这种情况下,它是我的示例项目中的本地插件