springmvc + mybatis多数据源配置


    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:tx="http://www.springframework.org/schema/tx"
    xmlns:aop="http://www.springframework.org/schema/aop"
    xsi:schemaLocation="
        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2.xsd
        http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.2.xsd
        http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.2.xsd"
    default-lazy-init="true">

    
             init-method="init" destroy-method="close">
        
        
        
        

        
        
        
        
    
        
        

        
        

        
        

        
        
        
        

        
        
                     value="20" />

        
        
    


    
    transactionManager" class="org.springframework.jdbc.datasource.DataSourceTransactionManager">
        dataSource" />
    

    "transactionManager"/>
    
   
    
        dataSource" />
        
        dao/**/*.xml" />
    

    
    
    
         value="sqlSessionFactory"/>
        com.wl.wp.dao" />
    

    
    
             init-method="init" destroy-method="close">
        
        
        
        

        
        
        
        
    
        
        

        
        

        
        

        
        
        
        

        
        
                     value="20" />

        
        
    

        transactionManager2" class="org.springframework.jdbc.datasource.DataSourceTransactionManager">
        dataSource2" />
    

    transactionManager2"/>
    
        dataSource2" />
        
        /dao2/**/*.xml" />
    

    
    
    
         value="sqlSessionFactory2"/>
        "com.wl.wp.dao2" />
    

 

 

 

 

 

 

 

 

 

你可能感兴趣的:(springmvc + mybatis多数据源配置)