240 投稿
收录了3篇文章 · 1人关注
  • SpringMVC相关Annotation

    @Configuration:定义DispatcherServlet应用中的上下文。 @EnableWebMvc:确保能够启用SpringMVC...

  • AOP 相关Annotation

    Spring使用AspectJ注解来声明通知方法 @Pointcut 例子: 然后后在AspectJ其他注解中用"Performance()"替...

  • Spring bean 相关Annotation收集整理

    @Component: 声明类为component, 并告知Spring要为这个类创建bean。将bean标识为标识名:@Component("...

专题公告

Spring Annotation备忘录