MybatisXml的相关配置

想要配置Mybatis,至少需要三个文件与jar包


其中,dbconfig.properties存放的是连接数据库的相关数据

driver=com.mysql.jdbc.Driver
url=jdbc:mysql://localhost:3306/springmvx?characterEncoding=utf-8
user=root
psw=root123

log4j.xml:



 

 
 
   
   
    
   
 
 
   
 
 
   
 
 
   
   
 

resource.xml中则是配置所需要的属性:




    
    

    
    
        
        
        
        
        
        
    

    
    
    
    
    
    
    
    
    
    
    
    
    
        
        
    

你可能感兴趣的:(MybatisXml的相关配置)