applicationContext.xml

阅读更多


 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsdhttp://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsdhttp://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd http://www.springframework.org/schema/txhttp://www.springframework.org/schema/tx/spring-tx-2.5.xsd http://www.springmodules.org/schema/oscachehttp://www.springmodules.org/schema/cache/springmodules-oscache.xsd">
 
 


        
  

 
 
  
  
  
   
    /WEB-INF/pushmarketing.properties
    /WEB-INF/jdbc.properties

  

 


 
 
 
 
  
  
  
  
  
  
  
  
  
  
  
  
 

 
 
 
  
  
  
  
  
  
   
    
    hibernate.dialect=${hibernate.dialect}
    
    hibernate.hbm2ddl.auto=update
    
    hibernate.show_sql=${hibernate.show_sql}
    
    hibernate.format_sql=${hibernate.format_sql}
    
    hibernate.cache.use_second_level_cache=false
    
    hibernate.cache.provider_class=org.hibernate.cache.OSCacheProvider
    
    hibernate.cache.use_query_cache=false
    
    hibernate.jdbc.fetch_size=50
    
    hibernate.jdbc.batch_size=30
   

  

  
   
       com.lenovo.lps.psb.pushmarketing.entity.TestDevice
    com.lenovo.lps.psb.pushmarketing.entity.Area
    com.lenovo.lps.psb.pushmarketing.entity.LogConfig
    com.lenovo.lps.psb.pushmarketing.entity.Log
    com.lenovo.lps.psb.pushmarketing.entity.Admin
    com.lenovo.lps.psb.pushmarketing.entity.Role
    com.lenovo.lps.psb.pushmarketing.entity.Resource
    com.lenovo.lps.psb.pushmarketing.entity.DeviceInfoVO
    com.lenovo.lps.psb.pushmarketing.entity.DeviceDimenInfo
    com.lenovo.lps.psb.pushmarketing.entity.PushTaskInfo
    com.lenovo.lps.psb.pushmarketing.entity.PushTaskFeedback
   

  

 

 
 
 
  
  
 

 
 
       
   

    
 
 

 
 
 

 
 

 
 
  
 

 
 
  
   
   
   
   
   
   
   
  

 

 
 
  
 

 
 

 
 
 
  
   
  

  
  
 

 
 
  
 
 
 
 
  
   
    true
    25000
    
    
   

  

 

 
 
 
  
  
  
  
  
  
  
  
 

 


 
 
 
  
  
  
  
 

 

 
  
  
  
 

 
    
   psb
  

 

 
   factory-method="getInstance" init-method="initialize" destroy-method="shutDown">
  
   psb
  

  
   
    ${lps.psb.pb.memcached.server1}
    ${lps.psb.pb.memcached.server2}
   

  

  
   4
  

  
   8
  

  
   20
  

  
   20
  

  
   false
  

 

 
  
 
  
 

 
 
  
 

 
 
  
 

你可能感兴趣的:(applicationContext.xml)