@No serializer found for class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyInterceptor and no properties discovered to create BeanSerializer (to avoid exception, disable 解决方法 在实体类上加一个注解: @JsonIgnoreProperties(value = {“hibernateLazyInitializer”,“handler”})