applicationContext.xml配置

    
    
        
    
    
        
        
        
        
    
        
            
${jdbc.driverClass}
                
            
${jdbc.url}
                
            
${jdbc.userName}
                
            
${jdbc.password}
                
            
${jdbc.initialPoolSize}
                
            
${jdbc.maxPoolSize}
                
    
        
        
            
${hibernate.cfg.xml}
                
            
${hibernate.hbm.xml}
                
    
    
    
    
    
    
    
        
        
    
    
    
        
            
            
            
            
            
        
        
    
        
        
    

hibernate.cfg.xml配置

    
        
org.hibernate.dialect.MySQL5InnoDBDialect        
update        
true        
true