Mybatis-Plus 关闭驼峰式命名转换为下划线 2025-5-13 22:02 | 2025-5-13 22:02 | 31 | 0 | 开发经验 103 字 | 2 分钟 SpringBoot 项目中,实体 User 属性 userAccount,数据库字段也为 userAccount,后端报错 ``` ### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column 'user_account' in 'fiel… JavaMybatis-Plus