diff --git a/pom.xml b/pom.xml
index ed33b33..4a338d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 1.0.24-test
+ 1.0.24
pom
springboot-parent
杭州铁晟科技有限公司基础依赖
@@ -57,55 +57,55 @@
com.tiesheng.springboot-parent
springboot-database
- 1.0.24-test
+ 1.0.24
com.tiesheng.springboot-parent
springboot-login
- 1.0.24-test
+ 1.0.24
com.tiesheng.springboot-parent
springboot-web
- 1.0.24-test
+ 1.0.24
com.tiesheng.springboot-parent
springboot-util
- 1.0.24-test
+ 1.0.24
com.tiesheng.springboot-parent
springboot-platform
- 1.0.24-test
+ 1.0.24
com.tiesheng.springboot-parent
springboot-message
- 1.0.24-test
+ 1.0.24
com.tiesheng.springboot-parent
springboot-encrypt
- 1.0.24-test
+ 1.0.24
com.tiesheng.springboot-parent
springboot-annotation
- 1.0.24-test
+ 1.0.24
com.tiesheng.springboot-parent
springboot-poi
- 1.0.24-test
+ 1.0.24
diff --git a/springboot-ademo/pom.xml b/springboot-ademo/pom.xml
index 9505e87..71f09da 100644
--- a/springboot-ademo/pom.xml
+++ b/springboot-ademo/pom.xml
@@ -6,11 +6,11 @@
com.tiesheng.springboot-parent
springboot-parent
- 1.0.24-test
+ 1.0.24
springboot-ademo
- 1.0.24-test
+ 1.0.24
8
diff --git a/springboot-annotation/pom.xml b/springboot-annotation/pom.xml
index 438fec6..395d5ba 100644
--- a/springboot-annotation/pom.xml
+++ b/springboot-annotation/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 1.0.24-test
+ 1.0.24
springboot-annotation
diff --git a/springboot-database/pom.xml b/springboot-database/pom.xml
index f41bbb1..aab1afc 100644
--- a/springboot-database/pom.xml
+++ b/springboot-database/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 1.0.24-test
+ 1.0.24
springboot-database
diff --git a/springboot-encrypt/pom.xml b/springboot-encrypt/pom.xml
index 8f1c03f..6718d27 100644
--- a/springboot-encrypt/pom.xml
+++ b/springboot-encrypt/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 1.0.24-test
+ 1.0.24
springboot-encrypt
diff --git a/springboot-encrypt/src/main/java/com/tiesheng/encrypt/config/DecryptRequestBodyAdvice.java b/springboot-encrypt/src/main/java/com/tiesheng/encrypt/config/DecryptRequestBodyAdvice.java
index 6cf2bc1..e23c790 100644
--- a/springboot-encrypt/src/main/java/com/tiesheng/encrypt/config/DecryptRequestBodyAdvice.java
+++ b/springboot-encrypt/src/main/java/com/tiesheng/encrypt/config/DecryptRequestBodyAdvice.java
@@ -4,7 +4,6 @@ import cn.hutool.core.io.IoUtil;
import cn.hutool.core.util.CharsetUtil;
import cn.hutool.core.util.StrUtil;
import cn.hutool.json.JSONUtil;
-import cn.hutool.log.LogFactory;
import com.tiesheng.util.config.EncryptConfig;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.MethodParameter;
@@ -67,7 +66,6 @@ public class DecryptRequestBodyAdvice implements RequestBodyAdvice {
DecryptHttpInputMessage(HttpInputMessage inputMessage, EncryptConfig encryptConfig) throws Exception {
this.headers = inputMessage.getHeaders();
String bodyStr = IoUtil.read(inputMessage.getBody(), CharsetUtil.CHARSET_UTF_8);
- LogFactory.get().info("DecryptRequestBodyAdvice: " + bodyStr);
String encryptData = JSONUtil.parseObj(bodyStr).getStr("encryptData");
if (!StrUtil.isEmpty(encryptData)) {
String decrypt = encryptConfig.decrypt(encryptData);
diff --git a/springboot-login/pom.xml b/springboot-login/pom.xml
index 6cd10c3..bc1fa56 100644
--- a/springboot-login/pom.xml
+++ b/springboot-login/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 1.0.24-test
+ 1.0.24
springboot-login
diff --git a/springboot-message/pom.xml b/springboot-message/pom.xml
index 76bd1d5..a4c06ba 100644
--- a/springboot-message/pom.xml
+++ b/springboot-message/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 1.0.24-test
+ 1.0.24
springboot-message
diff --git a/springboot-platform/pom.xml b/springboot-platform/pom.xml
index 9ee36ec..7722bd6 100644
--- a/springboot-platform/pom.xml
+++ b/springboot-platform/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 1.0.24-test
+ 1.0.24
springboot-platform
diff --git a/springboot-poi/pom.xml b/springboot-poi/pom.xml
index 972b83b..25d56c8 100644
--- a/springboot-poi/pom.xml
+++ b/springboot-poi/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 1.0.24-test
+ 1.0.24
springboot-poi
diff --git a/springboot-util/pom.xml b/springboot-util/pom.xml
index e9e4ac4..cb3f04c 100644
--- a/springboot-util/pom.xml
+++ b/springboot-util/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 1.0.24-test
+ 1.0.24
springboot-util
diff --git a/springboot-web/pom.xml b/springboot-web/pom.xml
index f12a6ad..b027caa 100644
--- a/springboot-web/pom.xml
+++ b/springboot-web/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 1.0.24-test
+ 1.0.24
springboot-web