一眼看懂,Spring注解@Component、@Repository、@Service、@Controller区别

talk is cheap, show me the code:html 从源码级别来看, @Repository、@Service、@Controller是@Component的别名。 参看源码: spring @Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) @Documented @Component public
相关文章
相关标签/搜索