org.apache.ibatis.exceptions.PersistenceException:
### Error querying database. Cause: org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'address' in 'class java.lang.String'
### Cause: org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'address' in 'class java.lang.String'
org.apache.ibatis.exceptions.PersistenceException:
### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'add user_name like "%黄蓉%"
a' at line 2
### The error may exist in com/qf/user/mapper/UserMapper.xml
### The error may involve com.qf.user.mapper.UserMapper.selectUser-Inline
### The error occurred while setting parameters
### SQL: SELECT * FROM USER WHERE add user_name like "%黄蓉%" add sex = ?,
### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'add user_name like "%黄蓉%"
org.apache.ibatis.exceptions.PersistenceException:
### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your
SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 7
### The error may exist in com/qf/user/mapper/UserMapper.xml
### The error may involve com.qf.user.mapper.UserMapper.selectUser-Inline
### The error occurred while setting parameters
### SQL: SELECT * FROM USER WHERE user_name like "%黄蓉%" and sex=?,
### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 7
org.apache.ibatis.binding.BindingException: Type interface com.qf.dao.OrderMapper is not known to the MapperRegistry