You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我这边换了mysql数据库,配置文件也改成mysql的了,可是为什么请求的时候出现反序列化错误。
日志打印的sql去数据库查询了,没有错误。数据库的字段也是项目启动自动生成的,数据也初始化进去了。
错误信息:{
"error": "unauthorized",
"error_description": "could not deserialize; nested exception is org.hibernate.type.SerializationException: could not deserialize"
}
The text was updated successfully, but these errors were encountered:
我这边换了mysql数据库,配置文件也改成mysql的了,可是为什么请求的时候出现反序列化错误。
日志打印的sql去数据库查询了,没有错误。数据库的字段也是项目启动自动生成的,数据也初始化进去了。
错误信息:{
"error": "unauthorized",
"error_description": "could not deserialize; nested exception is org.hibernate.type.SerializationException: could not deserialize"
}
The text was updated successfully, but these errors were encountered: