Browse Source

Merge remote-tracking branch 'origin/dev' into dev

dist.1.3.0
pref_mail@163.com 11 months ago
parent
commit
265932b689
  1. 3
      blade-biz-common/src/main/java/org/springblade/common/annotations/LogpmAsync.java

3
blade-biz-common/src/main/java/org/springblade/common/annotations/LogpmAsync.java

@ -2,9 +2,12 @@ package org.springblade.common.annotations;
import org.springframework.scheduling.annotation.Async;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Async("asyncExecutor")
public @interface LogpmAsync {

Loading…
Cancel
Save