整合mybatisplus时出现以下错误
org.springframework.jdbc.BadSqlGrammarException: Error updating database.
Cause: java.sql.SQLSyntaxErrorException:
Unknown column 'user_account' in 'field list'
解决方案:
# mybatis-plus的配置
mybatis-plus:
configuration:
# 解决 mybatis-plus 框架中 “ Unknown column 'user_account' in 'field-list'”
map-underscore-to-camel-case: false