【mybatis】mapper.xml文件自动扫描注入的方法

1、结构如下


2、配置好项目后在applicationContext-dao.xml中的  session 工厂配置里加入  mapperLocations  项 即可自动扫描目录下所有xml映射文件

 
		
		
		
			
				classpath:com/gfan/account/check/mapper/*.xml
			
		
	

3、mybatis.xml可以直接这样写个空白的



  
    
 
      
           
      
    
       
        
      
    


你可能感兴趣的:(ibatis)