2018年1月28日
摘要: 参考: http://blog.csdn.net/w372426096/article/details/78429132 http://blog.csdn.net/w372426096/article/details/78429141 @ExceptionHandler:统一处理某一类异常,从而能够 阅读全文
posted @ 2018-01-28 18:33 已停更 阅读(5576) 评论(1) 推荐(0) 编辑
摘要: @RestControllerSpring4之后新加入的注解,原来返回json需要@ResponseBody和@Controller配合。 即@RestController是@ResponseBody和@Controller的组合注解。 阅读全文
posted @ 2018-01-28 18:12 已停更 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 元注解是指注解的注解,包括@Retention @Target @Document @Inherited四种。 1.@Retention: 定义注解的保留策略@Retention(RetentionPolicy.SOURCE) //注解仅存在于源码中,在class字节码文件中不包含@Retentio 阅读全文
posted @ 2018-01-28 18:10 已停更 阅读(297) 评论(0) 推荐(0) 编辑