From 5db42f5bc862de201b77b9faa79f2b185a768dc8 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, 5 Jul 2023 13:55:14 +0800 Subject: [PATCH] publish 1.0.12 --- .DS_Store | Bin 6148 -> 6148 bytes pom.xml | 20 +++++++++--------- springboot-ademo/pom.xml | 2 +- springboot-annotation/pom.xml | 2 +- springboot-database/pom.xml | 2 +- springboot-encrypt/pom.xml | 2 +- springboot-login/pom.xml | 2 +- .../service/TieshengLoginConfigurer.java | 4 +--- springboot-message/pom.xml | 2 +- springboot-platform/pom.xml | 2 +- springboot-poi/pom.xml | 2 +- springboot-util/pom.xml | 2 +- springboot-web/pom.xml | 2 +- .../service/CorePlatformUniqueService.java | 4 ++++ .../core/service/TieshengWebConfigurer.java | 7 ++++++ 15 files changed, 32 insertions(+), 23 deletions(-) diff --git a/.DS_Store b/.DS_Store index ec12d7489f1c66c1dddc9dccb5fbd631699a69df..00d2afe493568fc95348203881444ab73d923e46 100644 GIT binary patch delta 245 zcmZoMXfc=|#>B!ku~2NHo}wrV0|Nsi1A_oVQh9MfQcivnkbi2kA@g!(1CSI8gC0XV zLncEBvUE~GPG)h5fx&e~CT12^Hg*n9P7Y39&dGsH!mI&_B^gPRW0`!?fnxCjlGW9Q zreEnvV8rD4=; zAOr50vf!e;ocz3Wpcvz39wtWS&Fmcf96(P29sZqpGQWr;2hbcQklxJ^B5RldL}4(# delta 89 zcmZoMXfc=|#>B)qu~2NHo}wrd0|Nsi1A_nqLmopqLlQ$i5SDB#T+TSzK!j!TM^?qn oTC8`OHa7fX+RVcom.tiesheng.springboot-parent springboot-parent - 1.0.10 + 1.0.12 pom springboot-parent 杭州铁晟科技有限公司基础依赖 @@ -57,55 +57,55 @@ com.tiesheng.springboot-parent springboot-database - 1.0.10 + 1.0.12 com.tiesheng.springboot-parent springboot-login - 1.0.10 + 1.0.12 com.tiesheng.springboot-parent springboot-web - 1.0.10 + 1.0.12 com.tiesheng.springboot-parent springboot-util - 1.0.10 + 1.0.12 com.tiesheng.springboot-parent springboot-platform - 1.0.10 + 1.0.12 com.tiesheng.springboot-parent springboot-message - 1.0.10 + 1.0.12 com.tiesheng.springboot-parent springboot-encrypt - 1.0.10 + 1.0.12 com.tiesheng.springboot-parent springboot-annotation - 1.0.10 + 1.0.12 com.tiesheng.springboot-parent springboot-poi - 1.0.10 + 1.0.12 diff --git a/springboot-ademo/pom.xml b/springboot-ademo/pom.xml index d5166d7..0e96d8c 100644 --- a/springboot-ademo/pom.xml +++ b/springboot-ademo/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.10 + 1.0.12 springboot-ademo diff --git a/springboot-annotation/pom.xml b/springboot-annotation/pom.xml index 8b7d436..0e35ef4 100644 --- a/springboot-annotation/pom.xml +++ b/springboot-annotation/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.10 + 1.0.12 springboot-annotation diff --git a/springboot-database/pom.xml b/springboot-database/pom.xml index 42e3c5a..85b6e2d 100644 --- a/springboot-database/pom.xml +++ b/springboot-database/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.10 + 1.0.12 springboot-database diff --git a/springboot-encrypt/pom.xml b/springboot-encrypt/pom.xml index 908b281..773ebfe 100644 --- a/springboot-encrypt/pom.xml +++ b/springboot-encrypt/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.10 + 1.0.12 springboot-encrypt diff --git a/springboot-login/pom.xml b/springboot-login/pom.xml index bb5b193..791aaf0 100644 --- a/springboot-login/pom.xml +++ b/springboot-login/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.10 + 1.0.12 springboot-login diff --git a/springboot-login/src/main/java/com/tiesheng/login/service/TieshengLoginConfigurer.java b/springboot-login/src/main/java/com/tiesheng/login/service/TieshengLoginConfigurer.java index f8a1f21..3d0a1d5 100644 --- a/springboot-login/src/main/java/com/tiesheng/login/service/TieshengLoginConfigurer.java +++ b/springboot-login/src/main/java/com/tiesheng/login/service/TieshengLoginConfigurer.java @@ -32,8 +32,6 @@ public interface TieshengLoginConfigurer { /** * 签名错误的时候 */ - default void onSignError(HttpServletResponse response) { - ServletKit.write(response, "404", "text"); - } + void onSignError(HttpServletResponse response); } diff --git a/springboot-message/pom.xml b/springboot-message/pom.xml index 8abf0a4..1b50fb3 100644 --- a/springboot-message/pom.xml +++ b/springboot-message/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.10 + 1.0.12 springboot-message diff --git a/springboot-platform/pom.xml b/springboot-platform/pom.xml index 636d900..55ce6e0 100644 --- a/springboot-platform/pom.xml +++ b/springboot-platform/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.10 + 1.0.12 springboot-platform diff --git a/springboot-poi/pom.xml b/springboot-poi/pom.xml index 1efd387..cc7837b 100644 --- a/springboot-poi/pom.xml +++ b/springboot-poi/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.10 + 1.0.12 springboot-poi diff --git a/springboot-util/pom.xml b/springboot-util/pom.xml index 2f102a1..f742241 100644 --- a/springboot-util/pom.xml +++ b/springboot-util/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.10 + 1.0.12 springboot-util diff --git a/springboot-web/pom.xml b/springboot-web/pom.xml index 23e43f3..835333b 100644 --- a/springboot-web/pom.xml +++ b/springboot-web/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.10 + 1.0.12 springboot-web diff --git a/springboot-web/src/main/java/com/tiesheng/core/service/CorePlatformUniqueService.java b/springboot-web/src/main/java/com/tiesheng/core/service/CorePlatformUniqueService.java index 1a74b6f..3ddc9bc 100644 --- a/springboot-web/src/main/java/com/tiesheng/core/service/CorePlatformUniqueService.java +++ b/springboot-web/src/main/java/com/tiesheng/core/service/CorePlatformUniqueService.java @@ -48,6 +48,10 @@ public class CorePlatformUniqueService extends TsServiceBase