求助!There was an unexpected error (type=Internal Server Error, status=500).
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Sat Dec 22 18:46:06 CST 2018
There was an unexpected error (type=Internal Server Error, status=500).
### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column 'register' in 'field list' ### The error may exist in file [/Users/jeffchen/Downloads/miaosha1/target/classes/mapping/UserDOMapper.xml] ### The error may involve com.miaosha1.dao.UserDOMapper.selectByPrimaryKey-Inline ### The error occurred while setting parameters ### SQL: select id, name, gender, age, telphone, register-mode, third_party_id from user_info where id = ? ### Cause: java.sql.SQLSyntaxErrorException: Unknown column 'register' in 'field list' ; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column 'register' in 'field list'
我的mysql版本为8.0.13
配置文件已经调整好了,但还是出现这种问题。