diff --git a/pom.xml b/pom.xml index 74ce33d..6748370 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.8.0 + 0.8.1 pom springboot-parent 杭州铁晟科技有限公司基础依赖 @@ -57,55 +57,55 @@ com.tiesheng.springboot-parent springboot-database - 0.8.0 + 0.8.1 com.tiesheng.springboot-parent springboot-login - 0.8.0 + 0.8.1 com.tiesheng.springboot-parent springboot-web - 0.8.0 + 0.8.1 com.tiesheng.springboot-parent springboot-util - 0.8.0 + 0.8.1 com.tiesheng.springboot-parent springboot-platform - 0.8.0 + 0.8.1 com.tiesheng.springboot-parent springboot-message - 0.8.0 + 0.8.1 com.tiesheng.springboot-parent springboot-encrypt - 0.8.0 + 0.8.1 com.tiesheng.springboot-parent springboot-annotation - 0.8.0 + 0.8.1 com.tiesheng.springboot-parent springboot-poi - 0.8.0 + 0.8.1 diff --git a/springboot-ademo/pom.xml b/springboot-ademo/pom.xml index 511342d..72addaf 100644 --- a/springboot-ademo/pom.xml +++ b/springboot-ademo/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.8.0 + 0.8.1 springboot-ademo diff --git a/springboot-annotation/pom.xml b/springboot-annotation/pom.xml index 970678b..ad7b66e 100644 --- a/springboot-annotation/pom.xml +++ b/springboot-annotation/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.8.0 + 0.8.1 springboot-annotation diff --git a/springboot-database/pom.xml b/springboot-database/pom.xml index 1af4548..2ae9a5a 100644 --- a/springboot-database/pom.xml +++ b/springboot-database/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.8.0 + 0.8.1 springboot-database diff --git a/springboot-encrypt/pom.xml b/springboot-encrypt/pom.xml index 99ed4e9..f1e522f 100644 --- a/springboot-encrypt/pom.xml +++ b/springboot-encrypt/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.8.0 + 0.8.1 springboot-encrypt diff --git a/springboot-encrypt/src/main/java/com/tiesheng/encrypt/config/EncryptResponseBodyAdvice.java b/springboot-encrypt/src/main/java/com/tiesheng/encrypt/config/EncryptResponseBodyAdvice.java index b55841e..2ef4653 100644 --- a/springboot-encrypt/src/main/java/com/tiesheng/encrypt/config/EncryptResponseBodyAdvice.java +++ b/springboot-encrypt/src/main/java/com/tiesheng/encrypt/config/EncryptResponseBodyAdvice.java @@ -46,7 +46,7 @@ public class EncryptResponseBodyAdvice implements ResponseBodyAdvice { } JSONObject resp = JSONUtil.parseObj(content); - resp.set("encrypted", true); + resp.set("encrypt", true); if (resp.getInt("code") == 200) { resp.set("data", encryptConfig.encrypt(respData)); } diff --git a/springboot-login/pom.xml b/springboot-login/pom.xml index d00575d..e31bc8e 100644 --- a/springboot-login/pom.xml +++ b/springboot-login/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.8.0 + 0.8.1 springboot-login diff --git a/springboot-message/pom.xml b/springboot-message/pom.xml index d89e5a3..780cd50 100644 --- a/springboot-message/pom.xml +++ b/springboot-message/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.8.0 + 0.8.1 springboot-message diff --git a/springboot-platform/pom.xml b/springboot-platform/pom.xml index 1fd3f5a..1600f6d 100644 --- a/springboot-platform/pom.xml +++ b/springboot-platform/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.8.0 + 0.8.1 springboot-platform diff --git a/springboot-poi/pom.xml b/springboot-poi/pom.xml index 8d10283..1dd3b0b 100644 --- a/springboot-poi/pom.xml +++ b/springboot-poi/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.8.0 + 0.8.1 springboot-poi diff --git a/springboot-util/pom.xml b/springboot-util/pom.xml index 0fe7723..b4481d0 100644 --- a/springboot-util/pom.xml +++ b/springboot-util/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.8.0 + 0.8.1 springboot-util diff --git a/springboot-web/pom.xml b/springboot-web/pom.xml index 4a9b0b8..8d735ff 100644 --- a/springboot-web/pom.xml +++ b/springboot-web/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.8.0 + 0.8.1 springboot-web