From 5dde3e3e9f76cde2b5108d3bfb2fa85b79c55331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E6=96=87=E8=B1=AA?= <980287353@qq.com> Date: Mon, 21 Aug 2023 15:21:54 +0800 Subject: [PATCH] publish 1.1.0 --- CHANGELOG.md | 6 +++++- 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 +- 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, 25 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 362307b..ac226cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ -## 1.0.13 +## 1.1.0 +- feat:globalConfig增加ext属性。 +- feat:增加网络请求超时、重定向的配置。 +- perf:更新数据库对比插件。 +- feat(web):增加DaoBase的常量。 - perf(web):操作日志优化。 diff --git a/pom.xml b/pom.xml index f692841..2f08185 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.12 + 1.1.0 pom springboot-parent 杭州铁晟科技有限公司基础依赖 @@ -57,55 +57,55 @@ com.tiesheng.springboot-parent springboot-database - 1.0.12 + 1.1.0 com.tiesheng.springboot-parent springboot-login - 1.0.12 + 1.1.0 com.tiesheng.springboot-parent springboot-web - 1.0.12 + 1.1.0 com.tiesheng.springboot-parent springboot-util - 1.0.12 + 1.1.0 com.tiesheng.springboot-parent springboot-platform - 1.0.12 + 1.1.0 com.tiesheng.springboot-parent springboot-message - 1.0.12 + 1.1.0 com.tiesheng.springboot-parent springboot-encrypt - 1.0.12 + 1.1.0 com.tiesheng.springboot-parent springboot-annotation - 1.0.12 + 1.1.0 com.tiesheng.springboot-parent springboot-poi - 1.0.12 + 1.1.0 diff --git a/springboot-ademo/pom.xml b/springboot-ademo/pom.xml index 0e96d8c..013d139 100644 --- a/springboot-ademo/pom.xml +++ b/springboot-ademo/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.12 + 1.1.0 springboot-ademo diff --git a/springboot-annotation/pom.xml b/springboot-annotation/pom.xml index 0e35ef4..a901999 100644 --- a/springboot-annotation/pom.xml +++ b/springboot-annotation/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.12 + 1.1.0 springboot-annotation diff --git a/springboot-database/pom.xml b/springboot-database/pom.xml index 85b6e2d..3ec6903 100644 --- a/springboot-database/pom.xml +++ b/springboot-database/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.12 + 1.1.0 springboot-database diff --git a/springboot-encrypt/pom.xml b/springboot-encrypt/pom.xml index 773ebfe..5a58fb7 100644 --- a/springboot-encrypt/pom.xml +++ b/springboot-encrypt/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.12 + 1.1.0 springboot-encrypt diff --git a/springboot-login/pom.xml b/springboot-login/pom.xml index 791aaf0..2c59c81 100644 --- a/springboot-login/pom.xml +++ b/springboot-login/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.12 + 1.1.0 springboot-login diff --git a/springboot-message/pom.xml b/springboot-message/pom.xml index 1b50fb3..813a387 100644 --- a/springboot-message/pom.xml +++ b/springboot-message/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.12 + 1.1.0 springboot-message diff --git a/springboot-platform/pom.xml b/springboot-platform/pom.xml index 55ce6e0..76add76 100644 --- a/springboot-platform/pom.xml +++ b/springboot-platform/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.12 + 1.1.0 springboot-platform diff --git a/springboot-poi/pom.xml b/springboot-poi/pom.xml index cc7837b..5eb3eee 100644 --- a/springboot-poi/pom.xml +++ b/springboot-poi/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.12 + 1.1.0 springboot-poi diff --git a/springboot-util/pom.xml b/springboot-util/pom.xml index f742241..3891b71 100644 --- a/springboot-util/pom.xml +++ b/springboot-util/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.12 + 1.1.0 springboot-util diff --git a/springboot-web/pom.xml b/springboot-web/pom.xml index 835333b..14eeaab 100644 --- a/springboot-web/pom.xml +++ b/springboot-web/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.12 + 1.1.0 springboot-web