spring里加上
</context:component-scan>
<!-- 任务自动扫描 -->
<task:annotation-driven/>
<!-- 扫描位置 -->
<context:annotation-config/>
<context:component-scan base-package="com.xxx.xxx"/>
然后在类上面添加注解 @Component,声明他是一个组件
时间: 2024-11-07 14:54:05
spring里加上
</context:component-scan>
<!-- 任务自动扫描 -->
<task:annotation-driven/>
<!-- 扫描位置 -->
<context:annotation-config/>
<context:component-scan base-package="com.xxx.xxx"/>
然后在类上面添加注解 @Component,声明他是一个组件