We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在mybatis配置文件中设置别名
<typeAliases> <typeAlias type="com.cds.www.pojo.Custom" alias="KTCustom"/> <typeAliases>
在映射文件Custommapper.xml中的resultType直接引用KTCustom会红色提示“Cannot resolve symbol 'KTCustom' ”, 但不妨碍程序正常运行,停用插件没有爆红显示,大概是语法检查有问题?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在mybatis配置文件中设置别名
在映射文件Custommapper.xml中的resultType直接引用KTCustom会红色提示“Cannot resolve symbol 'KTCustom' ”,
但不妨碍程序正常运行,停用插件没有爆红显示,大概是语法检查有问题?
The text was updated successfully, but these errors were encountered: