Cenyol / SpringMVC

本项目基于 MyBatis Plus 进行定制,利用其提供的代码生成器快速生成模板代码。基本上从开始生成到启动运行访问/user/list, /user/get/1等接口的时候,不到五分钟。
http://mybatis.plus
547 stars 417 forks source link

curdcontroller 中autowired的问题 #7

Open dcmr opened 4 years ago

dcmr commented 4 years ago

CurdController required a single bean, but 3 were found: 只要生成了多个继承basemapper的其他mapper,就会出现这个问题

dcmr commented 4 years ago

noboy?