一个springboot注解不成功的小问题
报错:
Consider defining a bean of type ''xxx" in your configuration.
最后发现是POM.xml里面 关于mybatis的包
org.mybatis.spring.boot
mybatis-spring-boot-starter
1.3.2
写错成了
org.mybatis
mybatis
3.4.6
报错:
Consider defining a bean of type ''xxx" in your configuration.
最后发现是POM.xml里面 关于mybatis的包
org.mybatis.spring.boot
mybatis-spring-boot-starter
1.3.2
写错成了
org.mybatis
mybatis
3.4.6