报错内容:
Caused by: com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `org.springframework.security.core.authority.SimpleGrantedAuthority` from Array value (token `JsonToken.START_ARRAY`)
redis里存的对应的json格式:
"authorities": [
"java.util.ArrayList",
[
[
"org.springframework.security.core.authority.SimpleGrantedAuthority",
{
"role": "admin",
"authority": "admin"
}
],
[
"org.springframework.security.core.authority.SimpleGrantedAuthority",
{
"role": "common",
"authori