From eb559690636d3dc407a573c08d12e01ce63fb67a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9B=BE=E6=96=87=E8=B1=AA?= <980287353@qq.com>
Date: Tue, 7 Mar 2023 09:52:48 +0800
Subject: [PATCH] publish 0.8.1
---
pom.xml | 20 +++++++++----------
springboot-ademo/pom.xml | 2 +-
springboot-annotation/pom.xml | 2 +-
springboot-database/pom.xml | 2 +-
springboot-encrypt/pom.xml | 2 +-
.../config/EncryptResponseBodyAdvice.java | 2 +-
springboot-login/pom.xml | 2 +-
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 +-
12 files changed, 21 insertions(+), 21 deletions(-)
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