摘要: springboot基于注解的切面开发方式,不用within和execution表达式方式 首先自定义一个注解 @Retention(RetentionPolicy.RUNTIME) //运行时生效 @Target(ElementType.METHOD) //作用在方法上 public @inter 阅读全文
posted @ 2021-07-20 16:42 neoQVQ 阅读(143) 评论(0) 推荐(0)
摘要: mark一下别人的地址,备忘: https://www.jianshu.com/p/e4192d7c6844 阅读全文
posted @ 2021-07-20 15:10 neoQVQ 阅读(104) 评论(0) 推荐(0)
摘要: 1、idea里安装 log support2 插件后重启 2、设置settings -other settings 点开logsupport,framework选择slf4j 3、editor-live Templates 里 勾除 andirodLog,因为 有的话,使用时会出现andirod的用 阅读全文
posted @ 2021-07-20 15:08 neoQVQ 阅读(654) 评论(1) 推荐(0)