springmvc(五)集成阿里 druid数据库连接池和事务等配置,集成mybatis

感谢我们的小领导,他在研究,我们在套用,他走了以后再没有完善过,一直沿用至今。如果看这里的朋友有什么需要集成进来的,不吝赐教,谢谢各位了。

    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:aop="http://www.springframework.org/schema/aop"
    xmlns:context="http://www.springframework.org/schema/context"
    xmlns:mvc="http://www.springframework.org/schema/mvc"
    xmlns:tx="http://www.springframework.org/schema/tx"
    xsi:schemaLocation="http://www.springframework.org/schema/beans
                        http://www.springframework.org/schema/beans/spring-beans.xsd
                        http://www.springframework.org/schema/aop
                        http://www.springframework.org/schema/aop/spring-aop.xsd
                        http://www.springframework.org/schema/context
                        http://www.springframework.org/schema/context/spring-context-4.0.xsd
                        http://www.springframework.org/schema/mvc
                        http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd
                        http://www.springframework.org/schema/tx
                        http://www.springframework.org/schema/tx/spring-tx.xsd
                        ">
    
    
             class="org.springframework.web.servlet.view.InternalResourceViewResolver">
        
        
    

    
    
        
                             class="com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter">
                
            

        

    

    
    
    
    
    
    
    
    
    
    
        
    

    
       
        
     

    
             class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
        
            
                classpath:dbconfig.properties
            

        

    

    
             destroy-method="close">
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
    

    
    
        
                                    rollback-for="java.lang.Exception"/>
                                    rollback-for="java.lang.Exception" />
                                    rollback-for="java.lang.Exception" />
                                    rollback-for="java.lang.Exception" />
        

    

    
    
    
    
    
          
        
    

    
    
    
        
        
        
        
    

    
    
        
    

    
    
        
    
        
            
                ckupload
                UEditorConfig
                
                
            

        

        
        
            647772160
        

        
            4096
        

        
            utf-8
        

    

    


文件结构:

springmvc(五)集成阿里 druid数据库连接池和事务等配置,集成mybatis_第1张图片


mybatis配置


    "http://mybatis.org/dtd/mybatis-3-config.dtd">


    
    
        
    



你可能感兴趣的:(springmvc,mybatis)