老师不配置InvokeService的bean怎么可以执行呢?

来源:5-7 Advisors

夜还没黑

2017-01-22 13:13

    <bean id="invokeService" class="com.imooc.aop.schema.advisors.service.InvokeService"></bean>

我自己需要在xml中配置InvokeService类的bean才能执行,否则就会报No bean named 'invokeService' is defined的错误,老师不配置怎么也可以执行?

写回答 关注

1回答

  • zeroLO
    2017-01-22 21:52:58
    已采纳

    <context:component-scan base-package="com.imooc.aop.schema"></context:component-scan>

    @Service

    这样应该就可以吧

    夜还没黑

    嗯嗯,这样配置是也可以的

    2017-01-24 14:40:10

    共 1 条回复 >

Spring入门篇

为您带来IOC和AOP的基本概念及用法,为后续高级课程学习打下基础

268785 学习 · 963 问题

查看课程

相似问题