升级 Netbeans 中的 Grails 版本并添加 Shiro 安全性
我一直在开发应用程序使用 grails 1.2.2 的项目......
现在我想在当前项目中添加 Shiro Security(使用 Netbeans),而且我对 grails 领域非常陌生。
所以,我想知道如何将 shiro 插件添加到我当前的项目(在 netbeans 中)?我猜可能我还需要将当前项目升级到版本 1.3.3 或 1.3.4。
任何帮助将不胜感激...
谢谢。
I have been working on the project where application is using grails 1.2.2....
Now I want to add the Shiro Security with the current project (using Netbeans), and I am very much new to the grails arena.
So, I wanted to know that how can add shiro plugin to my current project (in netbeans) ? May be I also need to upgrade my current project to version 1.3.3 or 1.3.4 I guess.
Any help would be highly appreciated...
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Netbeans 并没有真正考虑到这一点。只需从命令行运行“grails install-plugin shiro”,就像运行任何插件一样。如果您从插件引用类,则可能需要调整 Netbeans 中的类路径,但最新版本的 IDE 应该可以处理该问题。
Netbeans doesn't really factor into it. Just run 'grails install-plugin shiro' from the commandline like you would for any plugin. You may need to adjust your classpath in Netbeans if you reference classes from the plugin, but a recent version of the IDE should handle that.