问题:Root class cannot be loaded, checking for member overrides is disabled
使用工具为intelli idea 在使用generator集成maven插件时设置rootClass无法达到预期效果(子类没有根据父类中的字段内容去生成实体),实体类是可以正常生成的。但控制台报 Root class cannot be loaded, checking for member overrides is disable,
有一篇国外的论坛讨论过这个问题,思路似乎很正确,但我无法get到的操作,
国外论坛地址:http://mybatis-user.963551.n3.nabble.com/mybatis-generator-Root-class-xxx-cannot-be-loaded-td3576094.html
国内的论坛中许多文章都是忽略这个问题的。
有解决过这个问题的人么。希望提供帮助,万分感谢!
将EntityBase打包在maven项目中 ,将项目添加到生成器任务的依赖项中
自己的问题自己解决,详细操作已写好博文,多多指教:https://blog.csdn.net/IsITMan/article/details/80363597