mybatis主配置文件详解

mybatis主配置文件





    
    

    
    
        
        
            
            
            
            
                
                
                
                
                
            
        
        
        
            
            
                
                
                
                
            
        
    
    
    
        
        
    

db.properties文件

driver=com.mysql.jdbc.Driver
url=jdbc:mysql://localhost:3306/test
username=root
password=123456

mapper/usersMapper.xml文件





    

你可能感兴趣的:(Mybatis)