org.springframework.jdbc.BadSqlGrammarException: ### Error querying database. 【Solved】

To write this article, I reproduced the problem:

If you use mybatis-plus, you must mark @TableName("table name") on the entity class , otherwise it may not be able to find your database table.

 

 Hope that solves your problem!

Guess you like

Origin blog.csdn.net/tomorrow9813/article/details/131564760