org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘usersMapper’ defined in file [D:\workspace\weixin\back\meipin\out\production\classes\com\meipin\main\mapper\UsersMapper.class]: Could not resolve matching constructor (hint: specify index/type/name arguments for simple parameters to avoid type ambiguities)
使用的通用mapper tk.mapper
mapper版本为3.3.2就会出现上面的错误,查了好多帖子没搞定!
而后将mapper升级为3.5.3 顺利启动!希望对有同样问题的人有所帮助。至于具体为什么报上面的错误!有知道的可以告诉我!