Spring配置文件

来源:互联网 发布:java注释声明 编辑:程序博客网 时间:2024/06/06 03:16
<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans"       xmlns:context="http://www.springframework.org/schema/context"       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-3.1.xsd            http://www.springframework.org/schema/context            http://www.springframework.org/schema/context/spring-context-3.1.xsd            ">    <description>Spring import</description>    <context:component-scan base-package="com.yp.code"/>    <!--<import resource="classpath*:/spring/spring-quartz.xml"/>--></beans>
0 0
原创粉丝点击