摘要: /** * @author Leon */ @WebFilter(filterName = "WebFilter", urlPatterns = "/*") class WebsFilter implements Filter { @Autowired private ILogsService lo 阅读全文
posted @ 2021-12-22 11:17 闻长歌而知雅意 阅读(520) 评论(0) 推荐(0) 编辑
摘要: 1 @Target({ElementType.PARAMETER, ElementType.METHOD}) 2 @Retention(RetentionPolicy.RUNTIME) 3 @Documented 4 public @interface Log { 5 6 /** 7 * 是否记录日 阅读全文
posted @ 2021-12-22 10:53 闻长歌而知雅意 阅读(473) 评论(0) 推荐(1) 编辑