Commit 8708ca5a by changchao

公共日志服务修复

parent 5d0fed4a
......@@ -39,7 +39,8 @@ public class SysLogAspect {
//定义切点 @Pointcut
//在注解的位置切入代码
@Pointcut("@within(OperLog)")
//@Pointcut("@within(OperLog)")
@Pointcut("@annotation(com.founder.servicebase.logs.OperLog)")
public void logPoinCut() {
}
......
......@@ -28,3 +28,5 @@ management.health.elasticsearch.enabled=false
#单位
ssdw=460000000000
#设置sql输出
logging.level.com.founder.asj.mapper=debug
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment