spring可以管理部分工具类,但是不可以管理接口,也就是@Controller,@Component,@Repository,@Service不能放接口上。
因为我每次都是将这些@Component注解写到了接口上