升级 Netbeans 中的 Grails 版本并添加 Shiro 安全性

发布于 2024-09-24 20:34:51 字数 229 浏览 0 评论 0原文

我一直在开发应用程序使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不一样的天空 2024-10-01 20:34:51

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文