标签:pac resource model mapper source span 注解 code nbsp
<mappers> <!--<package name="model.mapper"/>--> 只適用於注解方式
// 以下兩個適用於mapper.xml方式
<mapper class="model.mapper.StudentInfoMapper"/> <mapper resource="model/mapper/studentInfoMapper.xml"/> </mappers>
mybatis單元測試成功,但是起服務測試失敗的原因:mybatis.xml配置錯了!
标签:pac resource model mapper source span 注解 code nbsp
原文地址:https://www.cnblogs.com/sabertobih/p/13424500.html