在使用mybatis逆向生成工程的时候报错Caused by: java.lang.IllegalArgumentException: Result Maps collection already contains value for com
仔细观察后发现原来是mapper.xml 里面生成的方法重复了,将重复的方法删除就可以了
Caused by: java.lang.IllegalArgumentException: Result Maps collection already contains value for com
最新推荐文章于 2024-04-19 03:38:00 发布