wiselyman / uaa-zuul

使用OAUTH2+Zuul实现认证和授权
770 stars 420 forks source link

反序列化的错误 #3

Open supreme94 opened 7 years ago

supreme94 commented 7 years ago

http://localhost:8080/uaa/oauth/token 获取token的时候 返回 { "error": "unauthorized", "error_description": "could not deserialize; nested exception is org.hibernate.type.SerializationException: could not deserialize" } 但是服务不报错

helloyueyue commented 7 years ago

我也遇到了,你解决了吗?

smile-ryan commented 6 years ago

把Blob类型的字段注释掉