From 57f0e2ab82cea8d920e82476a1720c0207ac235a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E6=96=87=E8=B1=AA?= <980287353@qq.com> Date: Wed, 19 Nov 2025 15:08:29 +0800 Subject: [PATCH] publish 2.0.33 --- pom.xml | 18 +++++++++--------- springboot-ademo/pom.xml | 4 ++-- springboot-annotation/pom.xml | 2 +- springboot-chart/pom.xml | 2 +- springboot-database/pom.xml | 2 +- springboot-login/pom.xml | 2 +- springboot-message/pom.xml | 2 +- springboot-platform/pom.xml | 2 +- springboot-role/pom.xml | 2 +- springboot-util/pom.xml | 2 +- springboot-web/pom.xml | 2 +- .../encrypt/EncryptResponseBodyAdvice.java | 3 ++- 12 files changed, 22 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index 234336c..b63ff16 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.32 + 2.0.33 pom springboot-parent 杭州铁晟科技有限公司基础依赖 @@ -59,49 +59,49 @@ com.tiesheng.springboot-parent springboot-database - 2.0.32 + 2.0.33 com.tiesheng.springboot-parent springboot-login - 2.0.32 + 2.0.33 com.tiesheng.springboot-parent springboot-web - 2.0.32 + 2.0.33 com.tiesheng.springboot-parent springboot-util - 2.0.32 + 2.0.33 com.tiesheng.springboot-parent springboot-platform - 2.0.32 + 2.0.33 com.tiesheng.springboot-parent springboot-message - 2.0.32 + 2.0.33 com.tiesheng.springboot-parent springboot-role - 2.0.32 + 2.0.33 com.tiesheng.springboot-parent springboot-annotation - 2.0.32 + 2.0.33 diff --git a/springboot-ademo/pom.xml b/springboot-ademo/pom.xml index 7765897..9ebe623 100644 --- a/springboot-ademo/pom.xml +++ b/springboot-ademo/pom.xml @@ -6,11 +6,11 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.32 + 2.0.33 springboot-ademo - 2.0.32 + 2.0.33 8 diff --git a/springboot-annotation/pom.xml b/springboot-annotation/pom.xml index 9a78c8f..114a4a8 100644 --- a/springboot-annotation/pom.xml +++ b/springboot-annotation/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.32 + 2.0.33 springboot-annotation diff --git a/springboot-chart/pom.xml b/springboot-chart/pom.xml index ed897d0..b0f3e2a 100644 --- a/springboot-chart/pom.xml +++ b/springboot-chart/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.32 + 2.0.33 springboot-chart diff --git a/springboot-database/pom.xml b/springboot-database/pom.xml index da1aedd..f85a940 100644 --- a/springboot-database/pom.xml +++ b/springboot-database/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.32 + 2.0.33 springboot-database diff --git a/springboot-login/pom.xml b/springboot-login/pom.xml index 503ebc0..35e8765 100644 --- a/springboot-login/pom.xml +++ b/springboot-login/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.32 + 2.0.33 springboot-login diff --git a/springboot-message/pom.xml b/springboot-message/pom.xml index 756f117..0b22140 100644 --- a/springboot-message/pom.xml +++ b/springboot-message/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.32 + 2.0.33 springboot-message diff --git a/springboot-platform/pom.xml b/springboot-platform/pom.xml index d34025a..413bfd0 100644 --- a/springboot-platform/pom.xml +++ b/springboot-platform/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.32 + 2.0.33 springboot-platform diff --git a/springboot-role/pom.xml b/springboot-role/pom.xml index 591f475..e293a51 100644 --- a/springboot-role/pom.xml +++ b/springboot-role/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.32 + 2.0.33 springboot-role diff --git a/springboot-util/pom.xml b/springboot-util/pom.xml index e15cf8a..5cf7cc1 100644 --- a/springboot-util/pom.xml +++ b/springboot-util/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.32 + 2.0.33 springboot-util diff --git a/springboot-web/pom.xml b/springboot-web/pom.xml index c93c405..3380a71 100644 --- a/springboot-web/pom.xml +++ b/springboot-web/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.32 + 2.0.33 springboot-web diff --git a/springboot-web/src/main/java/com/tiesheng/web/config/encrypt/EncryptResponseBodyAdvice.java b/springboot-web/src/main/java/com/tiesheng/web/config/encrypt/EncryptResponseBodyAdvice.java index e599c08..d920fa7 100644 --- a/springboot-web/src/main/java/com/tiesheng/web/config/encrypt/EncryptResponseBodyAdvice.java +++ b/springboot-web/src/main/java/com/tiesheng/web/config/encrypt/EncryptResponseBodyAdvice.java @@ -27,7 +27,8 @@ public class EncryptResponseBodyAdvice implements ResponseBodyAdvice { @Override public boolean supports(MethodParameter returnType, Class> converterType) { - return AnnotationUtil.getAnnotation(returnType.getContainingClass(), RestController.class) != null; + return AnnotationUtil.getAnnotation(returnType.getContainingClass(), RestController.class) != null + && returnType.getParameterType() == ApiResp.class; } @Override