摘要:
报错: JSON parse error: Cannot deserialize value of type `java.lang.Integer` from Object value (token `JsonToken.START_OBJECT`); nested exception is com 阅读全文
posted @ 2024-05-29 20:03
学Java的`Bei
阅读(1493)
评论(0)
推荐(0)
摘要:
Security 出错了! 分析: Debug 跑后 排查是 Security 中的 UserDetails.getAuthorities() 在创建 SimpleGrantedAuthority authority 时,所传递的授权信息是空的,导致 SimpleGrantedAuthority a 阅读全文
posted @ 2024-05-29 17:33
学Java的`Bei
阅读(800)
评论(0)
推荐(0)