diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ecdd30..99ded77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ > 1,增加数据库定时备份; > 2,增加过期备份的删除操作,默认过期时间为7天; -> 3,调整阿里云短信类,方便扩展其他方法。 +> 3,调整阿里云短信类,方便扩展其他方法。 +> 4,消息发送接口该body类型为 **JSONObject** +> 5,调整消息发送接口和方法(不兼容旧版本) ## 1.0.1 diff --git a/pom.xml b/pom.xml index 6f6235f..af740c7 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.1 + 1.0.2 pom springboot-parent 杭州铁晟科技有限公司基础依赖 @@ -57,55 +57,55 @@ com.tiesheng.springboot-parent springboot-database - 1.0.1 + 1.0.2 com.tiesheng.springboot-parent springboot-login - 1.0.1 + 1.0.2 com.tiesheng.springboot-parent springboot-web - 1.0.1 + 1.0.2 com.tiesheng.springboot-parent springboot-util - 1.0.1 + 1.0.2 com.tiesheng.springboot-parent springboot-platform - 1.0.1 + 1.0.2 com.tiesheng.springboot-parent springboot-message - 1.0.1 + 1.0.2 com.tiesheng.springboot-parent springboot-encrypt - 1.0.1 + 1.0.2 com.tiesheng.springboot-parent springboot-annotation - 1.0.1 + 1.0.2 com.tiesheng.springboot-parent springboot-poi - 1.0.1 + 1.0.2 diff --git a/springboot-ademo/pom.xml b/springboot-ademo/pom.xml index 16f1891..8752f65 100644 --- a/springboot-ademo/pom.xml +++ b/springboot-ademo/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.1 + 1.0.2 springboot-ademo diff --git a/springboot-annotation/pom.xml b/springboot-annotation/pom.xml index 22ff60d..6bc1955 100644 --- a/springboot-annotation/pom.xml +++ b/springboot-annotation/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.1 + 1.0.2 springboot-annotation diff --git a/springboot-database/pom.xml b/springboot-database/pom.xml index 4a1f9c7..ac6120e 100644 --- a/springboot-database/pom.xml +++ b/springboot-database/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.1 + 1.0.2 springboot-database diff --git a/springboot-encrypt/pom.xml b/springboot-encrypt/pom.xml index 9e868d4..5c67561 100644 --- a/springboot-encrypt/pom.xml +++ b/springboot-encrypt/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.1 + 1.0.2 springboot-encrypt diff --git a/springboot-login/pom.xml b/springboot-login/pom.xml index 2bb3500..1a55306 100644 --- a/springboot-login/pom.xml +++ b/springboot-login/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.1 + 1.0.2 springboot-login diff --git a/springboot-message/pom.xml b/springboot-message/pom.xml index 38c04fe..e0f3f11 100644 --- a/springboot-message/pom.xml +++ b/springboot-message/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.1 + 1.0.2 springboot-message diff --git a/springboot-platform/pom.xml b/springboot-platform/pom.xml index 05ada78..e76b9d8 100644 --- a/springboot-platform/pom.xml +++ b/springboot-platform/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.1 + 1.0.2 springboot-platform diff --git a/springboot-poi/pom.xml b/springboot-poi/pom.xml index fba5404..1fad049 100644 --- a/springboot-poi/pom.xml +++ b/springboot-poi/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.1 + 1.0.2 springboot-poi diff --git a/springboot-util/pom.xml b/springboot-util/pom.xml index 7fe831a..30b4466 100644 --- a/springboot-util/pom.xml +++ b/springboot-util/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.1 + 1.0.2 springboot-util diff --git a/springboot-web/pom.xml b/springboot-web/pom.xml index 611a9a1..a5b9ba7 100644 --- a/springboot-web/pom.xml +++ b/springboot-web/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 1.0.1 + 1.0.2 springboot-web