问答详情
源自:3-2 引入相应配置文件-SSH环境搭建

求配置文件

谁能给我struts.xml、applicationContext.xml的文件啊

提问者:不知所向3751676 2017-02-08 10:33

个回答

  • 慕移动4577369
    2017-04-16 11:29:23

    能不能发我一个

  • qq_一世的沉默_0
    2017-03-11 16:26:07

    谢谢!

  • 双人旅行
    2017-02-26 17:03:57

    log4j.property配置文件在哪找?下载的还是自己框架里面的?


  • qq_唏哩哩_04121183
    2017-02-13 15:37:16

    还有一个配置文件你有没有啊?

  • 不知所向3751676
    2017-02-08 13:08:28

    谢啦!

  • 锦时心路
    2017-02-08 12:07:40

    struts.xml:

    <?xml version="1.0" encoding="UTF-8"?>

    <!DOCTYPE struts PUBLIC

        "-//Apache Software Foundation//DTD Struts Configuration 2.3//EN"

        "http://struts.apache.org/dtds/struts-2.3.dtd">

     

    <struts>

    </struts>


    applicationContext.xml:

    <?xml version="1.0" encoding="UTF-8"?>

    <beans xmlns="http://www.springframework.org/schema/beans"

        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

        xmlns:context="http://www.springframework.org/schema/context"

        xmlns:aop="http://www.springframework.org/schema/aop"

        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/context

            http://www.springframework.org/schema/context/spring-context.xsd

            http://www.springframework.org/schema/aop

            http://www.springframework.org/schema/aop/spring-aop.xsd

            http://www.springframework.org/schema/tx

            http://www.springframework.org/schema/tx/spring-tx.xsd" >

            

     </beans>