摘要: 原因是没有扫到mapper文件,需要在pom文件中添加一下配置就OK <build> <resources> <resource> <directory>src/main/resources</directory> <includes> <include>**/*.properties</inclu 阅读全文
posted @ 2020-12-26 17:00 大大大怪兽 阅读(1030) 评论(0) 推荐(0)
摘要: 注意点: org.apache.ibatis.binding.BindingException: Type interface com.jy.dao.UserDao is not known to the MapperRegistry. org.apache.ibatis.binding。类型接口c 阅读全文
posted @ 2020-12-26 16:45 大大大怪兽 阅读(374) 评论(0) 推荐(0)
摘要: 构建maven项目中出现下面错误,这个是因为在maven配置文件中多了一个标签,如下图所示: [ERROR] Error executing Maven.[ERROR] 1 problem was encountered while building the effective settings 阅读全文
posted @ 2020-12-26 15:26 大大大怪兽 阅读(3120) 评论(0) 推荐(0)