From 91f462c8785ba37dc8362c038ef993ca5159fcc4 Mon Sep 17 00:00:00 2001 From: b2baccline <23131013+b2baccline@users.noreply.github.com> Date: Tue, 22 Dec 2020 19:15:41 +0800 Subject: [PATCH] :arrow_down: up to 0.0.7-SNAPSHOT --- ballcat-dependencies/pom.xml | 72 ++++++++++--------- .../DataPermissionInterceptor.java | 3 +- pom.xml | 2 +- 3 files changed, 42 insertions(+), 35 deletions(-) diff --git a/ballcat-dependencies/pom.xml b/ballcat-dependencies/pom.xml index 7a3d3541..5bb9902f 100644 --- a/ballcat-dependencies/pom.xml +++ b/ballcat-dependencies/pom.xml @@ -35,7 +35,7 @@ - 0.0.6 + 0.0.7-SNAPSHOT 1.1.0 1.6.8 3.0.0-M1 @@ -73,39 +73,11 @@ ballcat-common-core ${revision} + + com.hccake - ballcat-spring-boot-starter-job - ${revision} - - - com.hccake - ballcat-spring-boot-starter-log - ${revision} - - - com.hccake - ballcat-spring-boot-starter-swagger - ${revision} - - - com.hccake - ballcat-spring-boot-starter-storage - ${revision} - - - com.hccake - ballcat-spring-boot-starter-mail - ${revision} - - - com.hccake - ballcat-spring-boot-starter-easyexcel - ${revision} - - - com.hccake - ballcat-spring-boot-starter-redis + ballcat-spring-boot-starter-datascope ${revision} @@ -113,16 +85,52 @@ ballcat-spring-boot-starter-dingtalk ${revision} + + com.hccake + ballcat-spring-boot-starter-easyexcel + ${revision} + + + com.hccake + ballcat-spring-boot-starter-job + ${revision} + com.hccake ballcat-spring-boot-starter-kafka ${revision} + + com.hccake + ballcat-spring-boot-starter-log + ${revision} + + + com.hccake + ballcat-spring-boot-starter-mail + ${revision} + + + com.hccake + ballcat-spring-boot-starter-redis + ${revision} + com.hccake ballcat-spring-boot-starter-sms ${revision} + + com.hccake + ballcat-spring-boot-starter-storage + ${revision} + + + com.hccake + ballcat-spring-boot-starter-swagger + ${revision} + + diff --git a/ballcat-starters/ballcat-spring-boot-starter-datascope/src/main/java/com/hccake/ballcat/common/datascope/interceptor/DataPermissionInterceptor.java b/ballcat-starters/ballcat-spring-boot-starter-datascope/src/main/java/com/hccake/ballcat/common/datascope/interceptor/DataPermissionInterceptor.java index a49877f4..e844b282 100644 --- a/ballcat-starters/ballcat-spring-boot-starter-datascope/src/main/java/com/hccake/ballcat/common/datascope/interceptor/DataPermissionInterceptor.java +++ b/ballcat-starters/ballcat-spring-boot-starter-datascope/src/main/java/com/hccake/ballcat/common/datascope/interceptor/DataPermissionInterceptor.java @@ -80,8 +80,7 @@ public class DataPermissionInterceptor implements Interceptor { } /** - * 获取数据权限注解 - * 优先获取方法上的注解,再获取类上的注解 + * 获取数据权限注解 优先获取方法上的注解,再获取类上的注解 * @param mappedStatementId 类名.方法名 * @return 数据权限注解 */ diff --git a/pom.xml b/pom.xml index ee1b69ae..bf3f6f56 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ - 0.0.6 + 0.0.7-SNAPSHOT 1.8 UTF-8