91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

spring 2.x 升級為 spring 4.x 記錄

發布時間:2020-07-05 13:29:59 來源:網絡 閱讀:798 作者:兜里有佩 欄目:編程語言

一,web.xml修改

修改前

        <servlet>
                <servlet-name>context</servlet-name>
                <servlet-class>
                        org.springframework.web.context.ContextLoaderServlet
                </servlet-class>
                <load-on-startup>1</load-on-startup>
        </servlet>

修改后

    <listener>
        <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
    </listener>

二,applicationContext.xml修改

命名空間修改前

<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN 2.0//EN" "http://www.springframework.org/dtd/spring-beans-2.0.dtd">

命名空間修改后

<beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:context="http://www.springframework.org/schema/context" 
    xmlns:p="http://www.springframework.org/schema/p"
    xmlns:aop="http://www.springframework.org/schema/aop" 
        xmlns:task="http://www.springframework.org/schema/task" 
    xmlns:tx="http://www.springframework.org/schema/tx"
    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-4.2.xsd
    http://www.springframework.org/schema/context 
    http://www.springframework.org/schema/context/spring-context-4.2.xsd
    http://www.springframework.org/schema/aop 
    http://www.springframework.org/schema/aop/spring-aop-4.2.xsd 
        http://www.springframework.org/schema/task 
    http://www.springframework.org/schema/task/spring-task-4.2.xsd 
    http://www.springframework.org/schema/tx 
    http://www.springframework.org/schema/tx/spring-tx-4.2.xsd
    http://www.springframework.org/schema/util 
    http://www.springframework.org/schema/util/spring-util-4.2.xsd">

二,applicationContext.xml語法差異

spring 4.x 去掉了 dependency-check
引用bean bean=代替了local=

三,xfire-all-1.2.6.jar修改

1.spring 4.x不支持singleton=false

修改文件:org/codehaus/xfire/spring/xfire.xml
org/codehaus/xfire/spring/xfireXmlBeans.xml
singleton="false" 修改為 scope="prototype"
singleton="true" 修改為 scope="singleton"

2.spring-4.*的customEditors獲取類型直接指定為Class,而配置默認還是缺省的

修改文件:org/codehaus/xfire/spring/customEditors.xml

<bean id="xfire.customEditorConfigurer"
    class="org.springframework.beans.factory.config.CustomEditorConfigurer">
    <property name="customEditors">
      <map>
        <entry key="org.codehaus.xfire.service.ServiceFactory" value="org.codehaus.xfire.spring.editors.ServiceFactoryEditor"></entry>
<!--         <entry key="org.codehaus.xfire.service.ServiceFactory"> -->
<!--           <bean class="org.codehaus.xfire.spring.editors.ServiceFactoryEditor"> -->
<!--             <property name="transportManager" ref="xfire.transportManager" /> -->
<!--           </bean> -->
<!--         </entry> -->
      </map>
    </property>
  </bean>

四. jar包替換

去掉spring.jar
去掉xerces-2.6.2.jar(有可能異常)
定時任務去掉quartz-all-1.6.0.jar(有可能異常)改為使用quartz-2.2.1.jar和quartz-jobs-2.2.1.jar
參考:https://blog.51cto.com/jtech/2318217
添加spring 4.x jar包

        <!-- spring begin -->
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-core</artifactId>
            <version>${spring.version}</version>
        </dependency>

        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-beans</artifactId>
            <version>${spring.version}</version>
        </dependency>

        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-aop</artifactId>
            <version>${spring.version}</version>
        </dependency>

        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-jdbc</artifactId>
            <version>${spring.version}</version>
        </dependency>

        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-web</artifactId>
            <version>${spring.version}</version>
        </dependency>

        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-webmvc</artifactId>
            <version>${spring.version}</version>
        </dependency>

        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-orm</artifactId>
            <version>${spring.version}</version>
        </dependency>

        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-jms</artifactId>
            <version>${spring.version}</version>
        </dependency>
        <!-- spring end -->
向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

纳雍县| 江都市| 临澧县| 康保县| 红桥区| 大化| 吴堡县| 汉川市| 遂平县| 南京市| 屯门区| 丰顺县| 大城县| 南投县| 汉川市| 双江| 祁连县| 柳州市| 额敏县| 莱州市| 黄大仙区| 卢湾区| 祁阳县| 澄城县| 镇坪县| 皋兰县| 明溪县| 兰西县| 漳平市| 庄河市| 凤山市| 三都| 会东县| 雅江县| 龙海市| 如皋市| 阳泉市| 大姚县| 新泰市| 乌兰察布市| 镇江市|