首页 > 移动平台 > 详细

src/main/resorces applicationContext.xml

时间:2019-04-07 11:56:07      阅读:106      评论:0      收藏:0      [点我收藏+]
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:context="http://www.springframework.org/schema/context"
    xmlns:aop="http://www.springframework.org/schema/aop"
    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.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
    ">
    <!-- <bean id="person" class="com.mhys.springdemo.beans.Person">
        <property name="id"></property>
    </bean> -->
    
    <context:annotation-config></context:annotation-config>
    <context:component-scan base-package="com.mhys"></context:component-scan>     <!-- 扫描器 -->
    <!-- 打开aop注解 -->
    <aop:aspectj-autoproxy proxy-target-class="true" />
</beans>

xsd 下载路径: 

链接:https://pan.baidu.com/s/1OvbnnDHoUHFiG40U6lq2DA 

提取码:soy7

src/main/resorces applicationContext.xml

原文:https://www.cnblogs.com/mzdljgz/p/10664193.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!