10 2022 档案
摘要:Feature Matrix This table outlines which features were added in which version. To get more information about a feature, click the link or hover the mo
阅读全文
摘要:mybatis typehandler适配postgresql中的point数组数据类型 import lombok.extern.slf4j.Slf4j; import org.apache.ibatis.type.BaseTypeHandler; import org.apache.ibatis
阅读全文
摘要:mybatisplus使用如果使用long[]或者其他数组,添加TableName中 autoResultMap = true时TableField的typeHandler才会生效 @TableName(schema = "public", value = "aa", autoResultMap =
阅读全文
摘要:<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc
阅读全文