报错提示大致如下:
Connected to the target VM, address: '127.0.0.1:53230', transport: 'socket'
报错原因详情如下:
org.apache.ibatis.exceptions.PersistenceException:
### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table 'mybatis.users' doesn't exist
### The error may exist in mapper/UserMapper.xml
### The error may involve com.jnxy.pojo.User.findById-Inline
### The error occurred while setting parameters
### SQL: select * from users where uid = ?
### Cause: java.sql.SQLSyntaxErrorException: Table 'mybatis.users' doesn't exist
at org.apache.ibatis.exceptions.ExceptionFactory.wrapException(ExceptionFactory.java:30)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:149)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
at org.apache.ibatis.session.defa