hibernate懒加载导致json转换错误
HttpMessageNotWritableException: Could not write content: No serializer found for class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer and no properties discovered to create BeanSerializer 我进行查询的时候出现了这个报错,百度之后说是json转换的时候hibernate的session已经关闭导致的,想请教一下解决方法和导致我的程序运行结果和老师不同的原因
