Mybatis报错java.io.IOException: Could not find resource cntestmybatismapperPersonMappe.xml

Mybatis报错java.io.IOException: Could not find resource cntestmybatismapperPersonMappe.xml,第1张

Mybatis报错java.io.IOException: Could not find resource cn/test/mybatis/mapper/PersonMappe.xml 报错问题:

找不到PersonMappe.xml文件

解决方案:

1. 在中创建文件夹时,一次性输入cn.test.mybatis.mapper

只会创建一个文件夹

 

 2. 在中创建包时,一次性输入cn.test.mybatis.mapper

 会创建四个文件夹 

3. mybatis-config.xml中配置mapper的resource路径时,输入的应该是如下文件路径:cn.test.mybatis/PersonMapper.xml




    
        
            
            
                
                
                
                
            
        
    
    
        
    
总结:

在创建包时,一次性输入cn.test.mybatis,会自动变成3个文件夹。

而在创建文件夹时,一次性输入cn.test.mybatis,这是一个文件夹。

所以在resources中创建文件夹时,应分开创建,创建cn,创建test,创建mybatis,这时的resource路径就应该是


    

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5606477.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-15
下一篇 2022-12-15

发表评论

登录后才能评论

评论列表(0条)

保存