【发布时间】:2015-11-25 09:21:14
【问题描述】:
我正在尝试使用 spring roo here 中的典型安全插件。
但我不断收到错误Command 'typicalsecurity setup' was found but is not currently available
其他时候我得到这个
Command 'typicalsecurity setup' not found (for assistance press CTRL+SPACE or type "hint" then hit ENTER)
Located add-on that may offer this command
1 found, sorted by rank; T = trusted developer; R = Roo 1.3 compatible
ID T R DESCRIPTION -------------------------------------------------------------
01 - Y 1.3.1.RELEASE This is an Addon which helps developer quick setup...
--------------------------------------------------------------------------------
[HINT] use 'addon info id --searchResultId ..' to see details about a search result
[HINT] use 'addon install id --searchResultId ..' to install a specific search result, or
[HINT] use 'addon install bundle --bundleSymbolicName TAB' to install a specific add-on version
搜索后我只能找到this,但它对我也不起作用
我尝试使用 security setup 并且它有效,但没有电子邮件验证并像在 typicalsecurit 中那样注册,我的应用程序中需要两者。
我不明白问题出在哪里!
【问题讨论】:
标签: spring spring-mvc spring-security spring-roo