文章目录
1. 级联查询遇到的异常
异常
com.fasterxml.jackson.databind.exc.InvalidDefinitionException: No serializer found for class org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory$EnhancedResultObjectProxyImpl and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationFeature.FAIL_ON_EMPTY_BEANS) (through reference chain: com.ahav.system.entity.SystemResult["data"]->com.ahav.system.entity.User_$$_jvste64_0["handler"])
解决方案1 - 立即加载
配置文件设置为立即加载而不是懒加载
解决方案2 - Bean添加@JsonIgnoreProperties(value = { “handler” })
2. 配置文件dtd报红
这是从官网复制下来的配置文件 - dtd直接报红
解决域名上添加www即可不报红 - 且有提示功能