spring security 中@PreAuthorize("hasAuthority()")注解参数如何写,写什么
@PreAuthorize("hasAuthority()")
不知道hasAuthority的参数写什么 怎么写
得跟着需求走,有些逻辑需要跟着角色走,有些需要跟着数据权限走