spring整合mybatis开启mybatis的二级缓存

第一步,配置mybatis的配置文件sqlMapConfig.xml




	
	
	
		
		
		
		
		
		
	
	


第二步,添加到spring中的sessionFactory中


	
		
		
		
		
	

第三步,修改mapper.xml文件




	
	
	
		
		
		
		
		
		
		
	
	

这里使用ehcache
或者可以使用mybatis默认使用PerpetualCache


使用ehcache,还要添加配置文件ehcache.xml

  
  
      
      
      
      
  




你可能感兴趣的:(spring整合mybatis开启mybatis的二级缓存)