在spring boot中整合redis后,經過測試發現會報一下錯誤:
Could not read JSON: Unexpected token (START_OBJECT), expected START_ARRAY: need JSON Array to contain As.WRAPPER_ARRAY type information for class java.lang.Object
最終發現是Redis在使用Jackson序列化時,使用了默認的方式
將其注釋掉后,恢復正常