启动类加注解@MapperScan spring boot mybatis 启动错误
摘要:Description: Field userDao in com.gcy.springsecuritydemo.service.user.UserService required a bean of type 'com.gcy.springsecuritydemo.dao.user.UserDao
阅读全文
posted @
2018-03-29 09:27
果然如此
阅读(1697)
推荐(0)
Maven项目mybatis Invalid bound statement (not found)解决方法
摘要:最近因为工作需要,要学习mybatis框架。在添加好一些依赖之后,通过mybatis进行数据库的crud操作。但是在测试的时候总是报mybatis:Invalid bound statement (not found)。在网上搜索了好久,最后终于发现了问题的所在,现在把它记录下来,供大家参考: 在m
阅读全文
posted @
2018-03-28 16:41
果然如此
阅读(497)
推荐(0)