zoukankan      html  css  js  c++  java
  • 常用注解

    @Autowired
    自动装配,默认按类匹配其作用是为了消除代码Java代码里面的getter/setter与bean属性中的property
    @Resource与@Autowired相似
    @Service
    修饰业务层
    @Component
    修饰拦截器
    @Controller
    修饰控制层
    @Repository
    修饰数据层
    RequestMapping
    修饰方法路径
    ResponseBody
    修饰页面返回字符串
    @ControllerAdvice
    修饰该类时全局异常处理器
    @ExceptionHandler
    修饰异常处理类型

  • 相关阅读:
    GARP和GVRP
    VLAN间路由
    Voice VLAN
    VLAN
    SSH
    Telnet
    FTP
    DHCP
    STP
    交换机
  • 原文地址:https://www.cnblogs.com/rui-320/p/9935343.html
Copyright © 2011-2022 走看看