在controller里autowired的resource不能直接返回,会报错,看了一些评论说是返回的是增强类;但是如果把Resource类的Configuration注解修改成Component,那么就可以直接返回了,这是为甚么呢
Component注解是组件,spring会自动扫描并注入