關於mybatisplus數據庫和實體類名不匹配java.sql.SQLSyntaxErrorExceptionUnknown columnxxx-xxx

java.sql.SQLSyntaxErrorException: Unknown column ‘user_name’ in ‘field list’ 出現這種錯誤原因主要就是數據庫和實體類名稱不匹配 因爲使用的mybatis-plus 並且數據庫字段是駝峯命名的userName 執行時他會給你加_;解決方案是給實體類對應字段加註解 @TableField:表字段標識 這樣就可以了!
相關文章
相關標籤/搜索