摘要:
需要在pom中加入以下代码 <build> <resources> <resource> <directory>src/main/resources</directory> <includes> <include>**/*.properties</include> <include>**/*.xml 阅读全文
摘要:
1. mapper.xml中namespace名称是否与dao接口包名一致 2. 在mybatis配置文件中注册mapper 阅读全文
摘要:
help- show log in explorer 报错提示 com.google.inject.CreationException: Unable to create injector 原因 maven版本问题,切换版本后可解决 阅读全文