摘要:
1.MetaObjectHandler接口方法 Mybatis中的MetaObjectHandler是一个接口,用于为实体对象的属性自动赋值。它有以下几个方法: insertFill(MetaObject metaObject):在执行插入操作时自动填充实体对象的属性值。 updateFill(Me 阅读全文
摘要:
ObjectMapper和ObjectSerializer ObjectMapper和ObjectSerializer是两个常用的Java序列化工具,它们的主要区别在于序列化和反序列化的方式以及支持的数据格式。 ObjectMapper是Jackson库中的一个类,用于将Java对象序列化为JSON 阅读全文
摘要:
异常信息: "unexpected error: Type definition error: [simple type, class java.time.LocalDateTime]; nested exception is com.fasterxml.jackson.databind.exc.I 阅读全文
摘要:
WebMvcConfigurer是Spring MVC框架中的一个接口,它提供了一些方法来配置Spring MVC的行为。它是一个回调接口,允许开发人员在Spring MVC配置过程中插入自己的逻辑。 下面是一些WebMvcConfigurer接口中常用的方法: addViewControllers 阅读全文