SSH2整合项目开发中spring配置文件applicationContext.xml分析


 xmlns="http://www.springframework.org/schema/beans"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
 
 
  
  
    com.MySQL.jdbc.Driver
  

  
  
   jdbc:mysql://localhost:3306/eportal?useUnicode=true&characterEncoding=gbk
  

  
  
   root
  

  
  
   root
  

  
  
   20
  

  
  
   2
  

  
  
   2
  

  
  
   20
  

 

   
   
       
       
       
       
           
             com/eportal/ORM/News.hbm.xml
             com/eportal/ORM/Category.hbm.xml
             com/eportal/ORM/Memberlevel.hbm.xml
             com/eportal/ORM/Cart.hbm.xml
             com/eportal/ORM/Traffic.hbm.xml
             com/eportal/ORM/Newsrule.hbm.xml
             com/eportal/ORM/Merchandise.hbm.xml
             com/eportal/ORM/Admin.hbm.xml
             com/eportal/ORM/Orders.hbm.xml
             com/eportal/ORM/Cartselectedmer.hbm.xml
             com/eportal/ORM/Newscolumns.hbm.xml
             com/eportal/ORM/Member.hbm.xml
           

       

       
       
           
               
                org.hibernate.dialect.MySQLDialect
               
                true
    
                50
           

       

   

   
   
       
       
   

   
   
    
       
            
           
     
      
       PROPAGATION_REQUIRED,readOnly
       PROPAGATION_REQUIRED,readOnly
       PROPAGATION_REQUIRED,readOnly
       PROPAGATION_REQUIRED,readOnly
       PROPAGATION_REQUIRED,readOnly
      
       PROPAGATION_REQUIRED
     

    

 

 
   
   
    
      
           
                adminService
                columnsService
                newsService
                crawlService
                memberLevelService
                memberService
                categoryService
                merService
                cartService
                ordersService
                trafficService
           

    

    
    
      true
    

      
       
           
                transactionInterceptor 
           

       

   
 
     
        
 
  
 

 
     
 
  
 

 
     
 
  
 

 
     
 
  
 

 
  
 
  
 
  
 
     
 
  
 
 
 
  
 
  
 

 
  
 
  
 
 
 
  
 
  
 

 
  
 
  
 
     
 
  
 
  
 
 

  
 
  
 
 
  
     
 
  
 
    
 
     
 
  
 

 
  
 
  
  
 

 
  
 
  
  
 
 
 
  
 
  
 

 
  
 
  
  
 

 
  
 
  
 

 
  
 
  
  
 

 
  
 
  
  
 

 
  
 
  
  
  
 

 
     
 
  
 
        

你可能感兴趣的:(JAVA开发)