MyBatis-Plus PostgreSQL  字段名大写 异常 配置上去还是找不到。。。。

   @TableField(value = "Name", keepGlobalFormat = true)
    private String Name;
mybatis-plus:
  global-config:
    db-config:
      capital-mode: true
      column-format: "\"%s\""

Originally posted by @xlgo in https://github.com/baomidou/mybatis-plus/issues/3935#issuecomment-1096746995