SimpleAuthenticationInfo找不到方法
SimpleAuthenticationInfo 对象实例里 找不到setRoles(roles) 方法 SimpleAuthenticationInfo auth=new SimpleAuthenticationInfo (); auth.setStringPermissions(permis);//会报错,提示找不到方法 auth.setRoles(roles); //会报错,提示找不到方法 什么问题?是版本问题导致的吗?
SimpleAuthenticationInfo 对象实例里 找不到setRoles(roles) 方法 SimpleAuthenticationInfo auth=new SimpleAuthenticationInfo (); auth.setStringPermissions(permis);//会报错,提示找不到方法 auth.setRoles(roles); //会报错,提示找不到方法 什么问题?是版本问题导致的吗?
2018-08-14
举报