Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么 grails shiro 插件在 mysql 中为角色和权限创建只读表?我创建控制器和操作并将它们添加到 BootStrap 文件中注册角色的权限中。但是每次当我想在权限中添加新操作时,我必须删除表并通过重新运行应用程序重新创建它们。如何手动编辑权限表,或者我不能在 BootStrap for prod 中创建角色和权限。
你确定这些表是只读的吗?您甚至无法在引导程序中写入它们...尝试修改它们.save(failOnError:true)并查看是否收到错误消息。如果您没有收到错误,请发布您尝试修改角色和权限的代码,我会帮助您解决这个问题......
.save(failOnError:true)
我收到错误消息:
从客户端检测到有潜在危险的 Request.Cookies 值(详细信息=<html><p align=cent...)
<html><p align=cent...)
来自在服务器上运行的 Visual