diff --git a/.DS_Store b/.DS_Store index ec12d74..00d2afe 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/pom.xml b/pom.xml index b543359..90db7d9 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.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