applicationContext.xml

Posted Ali|备份日志

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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"
    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-4.0.xsd">

    <bean id="config"
        class="test.Config">
        <property name="key" value="AAAAA"></property>
        <property name="value" value="BBBBB"></property>
    </bean>

    <context:component-scan base-package="test"></context:component-scan>




</beans>

 

以上是关于applicationContext.xml的主要内容,如果未能解决你的问题,请参考以下文章

SSH2框架中 applicationContext.xml怎么配置?

ApplicationContext 如何关闭或释放?

JSP项目更改了applicationcontext.xml文件后,tomcat无法连接到该项目

applicationContext.xml (系统找不到指定的文件)

ApplicationContext详解以及多个ApplicationContext.xml的相互引用

使用带有 Maven 结构的 @ContextConfiguration("/applicationContext.xml") “加载 ApplicationContext 失败”