MyBatis- 提取核心配置文件

/mybatisv2/src/main/resources/sqlMapConfig.xml

${driver} 叫OGNL表达式




 
    
    
        
    
    
    
        
        
            
            
            
            
                
                
                
                
                
                
                
                
            
        
    
     
    
        
        
    
 

property 的value属性拿走,放到/mybatisv2/src/main/resources/db.properties

driver:com.mysql.jdbc.Driver
url:jdbc:mysql:///mybatisdb
username:root
password:123456

/mybatisv2/src/main/resources/sqlMapConfig.xml




 
    
    
    
    
        
    
    
    
        
        
            
            
            
            
            
                
                
                
                
                
                
                
            
        
    
     
    
        
        
    
 

]

你可能感兴趣的:(MyBatis- 提取核心配置文件)