我已经实现了自己的 RoleVoter 版本,并将以下内容添加到 resources.groovy 文件中:
organizationRoleVoter(OrganizationRoleVoter)
accessDecisionManager(UnanimousBased) {
decisionVoters = [organizationRoleVoter]
}
但 Grails 并没有使用它。没有断点,我自己的班级没有调试。我假设我只是没有正确配置它。有人有什么建议吗?
我已经实现了自己的 RoleVoter 版本,并将以下内容添加到 resources.groovy 文件中:
organizationRoleVoter(OrganizationRoleVoter)
accessDecisionManager(UnanimousBased) {
decisionVoters = [organizationRoleVoter]
}
但 Grails 并没有使用它。没有断点,我自己的班级没有调试。我假设我只是没有正确配置它。有人有什么建议吗?