码迷,mamicode.com
首页 > 其他好文 > 详细

配置扫描注解的包

时间:2020-02-20 13:21:17      阅读:62      评论:0      收藏:0      [点我收藏+]

标签:自动   schema   one   version   code   pac   http   ring   ext   

配置文件:

<?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.xsd">
    <!--配置扫描注解的包,会自动扫描包及其所有子包下的注解-->
    <context:component-scan base-package="com.ly.spring"></context:component-scan>
</beans>

 

配置扫描注解的包

标签:自动   schema   one   version   code   pac   http   ring   ext   

原文地址:https://www.cnblogs.com/liuyang-520/p/12335070.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!