tk.mybatis has been reported ... table does not exists

First check you can add @Table have an entity class (name = "table name in the database.")

 

Second: If you add a comment @Table, then only one possible .xml is defined in the same way as in the name of common mapper, but it's just the table name wrong.

Guess you like

Origin www.cnblogs.com/1540340840qls/p/11009850.html