MyBatis异常-Property 'configLocation' not specified, using default MyBatis Configuration

配置文件如下:

MyBatis异常-Property 'configLocation' not specified, using default MyBatis Configuration_第1张图片

base-context.xml文件如下:



  
  
  
  
    
  

db-mybatis.xml如下:



  
    
    
  
  
    
    
  

persistence-context.xml文件如下:



  
    
  
  
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  

在mappers下边是mybatis的xml文件,启动的时候出现错误:

DEBUG o.m.spring.SqlSessionFactoryBean - Property 'configLocation' not specified, using default MyBatis Configuration

MyBatis异常-Property 'configLocation' not specified, using default MyBatis Configuration_第2张图片

解决方式如下:


    
    
    

在sessionFactory下加入:

添加persistence-context.xml的位置即可,或者所有的文件都在一个文件即可

总结

以上就是这篇文章的全部内容了,希望本文的内容对大家的学习或者工作具有一定的参考学习价值,谢谢大家对脚本之家的支持。如果你想了解更多相关内容请查看下面相关链接

你可能感兴趣的:(MyBatis异常-Property 'configLocation' not specified, using default MyBatis Configuration)