From 8dc6389c6d65d49bfb2569a39ffa3494b5e7ff48 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: 星期四, 12 五月 2022 12:28:25 +0800 Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity --- java110-core/src/main/java/com/java110/core/annotation/Java110Transactional.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/java110-core/src/main/java/com/java110/core/annotation/Java110Transactional.java b/java110-core/src/main/java/com/java110/core/annotation/Java110Transactional.java old mode 100644 new mode 100755 index 2d6430d..c22cc5c --- a/java110-core/src/main/java/com/java110/core/annotation/Java110Transactional.java +++ b/java110-core/src/main/java/com/java110/core/annotation/Java110Transactional.java @@ -5,7 +5,7 @@ import java.lang.annotation.*; -@Target(ElementType.TYPE) +@Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) @Documented @Component -- Gitblit v1.8.0