From 61ccf1caa4bfd0d3d39bb42a905780566eff50b4 Mon Sep 17 00:00:00 2001 From: matevip <7333791@qq.com> Date: Tue, 8 Jun 2021 12:20:22 +0800 Subject: [PATCH 1/8] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0spring=20cloud?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 523da475..81a55a75 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ admin | matecloud123 | 不能执行增删改请求,如需全部权限加微信 核心中间件 | 2.5.8及以下 | 3.0.8+ ---|---|--- Spring Boot | 2.3.*.RELEASE | SpringBoot -Spring Cloud | Hoxton SR* | SpringCloud +Spring Cloud | Hoxton SR* | SpringCloud Spring Cloud Alibaba | 2.2.*.RELEASE | SpringCloudAlibaba Nacos | 1.4.*及以下 | nacos Sentinel | 1.8.1 | sentinel From b73ab09f97f3159c7514e667a80d731bc4915380 Mon Sep 17 00:00:00 2001 From: matevip <7333791@qq.com> Date: Tue, 8 Jun 2021 12:25:31 +0800 Subject: [PATCH 2/8] =?UTF-8?q?docs:=20=E7=BE=8E=E5=8C=96=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 81a55a75..43683bc7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ License Stars SpringBoot - SpringCloud + SpringCloud Spring Cloud Alibaba

@@ -70,31 +70,31 @@ Sentinel | 1.8.1 | ### 🔧 功能特点 -- 主体框架:采用最新的Spring Cloud 2020.0.2, Spring Boot 2.5.0, Spring Cloud Alibaba 2021.1版本进行系统设计; +- 主体框架:采用最新的`Spring Cloud 2020.0.3`, `Spring Boot 2.5.0`, `Spring Cloud Alibaba 2021.1`版本进行系统设计; -- 统一注册:支持Nacos作为注册中心,实现多配置、分群组、分命名空间、多业务模块的注册和发现功能; +- 统一注册:支持`Nacos`作为注册中心,实现多配置、分群组、分命名空间、多业务模块的注册和发现功能; -- 统一认证:统一Oauth2认证协议,采用jwt的方式,实现统一认证,并支持自定义grant_type实现手机号码登录,第三方登录集成JustAuth实现微信、支付宝等多种登录模式; +- 统一认证:统一`Oauth2`认证协议,采用jwt的方式,实现统一认证,并支持自定义grant_type实现手机号码登录,第三方登录集成JustAuth实现微信、支付宝等多种登录模式; -- 业务监控:利用Spring Boot Admin 来监控各个独立Service的运行状态。 +- 业务监控:利用`Spring Boot Admin`来监控各个独立Service的运行状态。 -- 内部调用:集成了Feign和Dubbo两种模式支持内部调用,并且可以实现无缝切换,适合新老程序员,快速熟悉项目; +- 内部调用:集成了`Feign`和`Dubbo`两种模式支持内部调用,并且可以实现无缝切换,适合新老程序员,快速熟悉项目; -- 业务熔断:采用Sentinel实现业务熔断处理,避免服务之间出现雪崩; +- 业务熔断:采用`Sentinel`实现业务熔断处理,避免服务之间出现雪崩; - 身份注入:通过注解的方式,实现用户登录信息的快速注入; -- 在线文档:通过接入Knife4j,实现在线API文档的查看与调试; +- 在线文档:通过接入`Knife4j`,实现在线API文档的查看与调试; -- 代码生成:基于Mybatis-plus-generator自动生成代码,提升开发效率,生成模式不断优化中,暂不支持前端代码生成; +- 代码生成:基于`Mybatis-plus-generator`自动生成代码,提升开发效率,生成模式不断优化中,暂不支持前端代码生成; -- 消息中心:集成消息中间件RocketMQ,对业务进行异步处理; +- 消息中心:集成消息中间件`RocketMQ`和`Kafka`,对业务进行异步处理; -- 业务分离:采用前后端分离的框架设计,前端采用vue-element-admin,商业版采用antd-pro-vue +- 业务分离:采用前后端分离的框架设计,前端采用`vue-element-admin`,商业版采用`antd-pro-vue` - 链路追踪:自定义traceId的方式,实现简单的链路追踪功能 -- 多租户功能:集成Mybatis Plus,实现saas多租户功能 +- 多租户功能:集成`Mybatis Plus`,实现SAAS多租户功能 ### 🗿 文件结构 ```lua @@ -173,10 +173,10 @@ matecloud -- 父项目,各模块分离,方便集成和微服务 @L.cm、@Z先生、@苏慕彦、@简、@madi、@yunfei08 ## ✨ 特别鸣谢 -特别感谢卢神对MateCloud项目提供的技术支持! -- 卢春梦: mica https://gitee.com/596392912/mica -- chuzhixin: vue-admin-beautiful https://github.com/chuzhixin/vue-admin-beautiful +特别感谢卢神对`MateCloud`项目提供的技术支持! +- 卢春梦: [mica](https://gitee.com/596392912/mica) +- chuzhixin:[vue-admin-beautiful](https://github.com/chuzhixin/vue-admin-beautiful) ## 📚 开源项目推荐 -- SpringBoot脚手架: https://gitee.com/bdj/SpringBoot_v2 +- [SpringBoot脚手架](https://gitee.com/bdj/SpringBoot_v2) From 7da3e42b19378139ae2e60d95b8395673fd4ab7c Mon Sep 17 00:00:00 2001 From: matevip <7333791@qq.com> Date: Tue, 8 Jun 2021 12:29:30 +0800 Subject: [PATCH 3/8] =?UTF-8?q?build:=20=E5=8F=91=E5=B8=833.6.8=E5=BF=AB?= =?UTF-8?q?=E7=85=A7=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- mate-core/mate-starter-auth/pom.xml | 2 +- mate-core/mate-starter-cloud/pom.xml | 2 +- mate-core/mate-starter-common/pom.xml | 2 +- .../main/java/vip/mate/core/common/constant/MateConstant.java | 2 +- mate-core/mate-starter-database/pom.xml | 2 +- mate-core/mate-starter-dependencies/pom.xml | 4 ++-- mate-core/mate-starter-dozer/pom.xml | 2 +- mate-core/mate-starter-dubbo/pom.xml | 2 +- mate-core/mate-starter-elasticsearch/pom.xml | 2 +- mate-core/mate-starter-encrypt/pom.xml | 2 +- mate-core/mate-starter-feign/pom.xml | 2 +- mate-core/mate-starter-file/pom.xml | 2 +- mate-core/mate-starter-gray/pom.xml | 2 +- mate-core/mate-starter-idempotent/pom.xml | 2 +- mate-core/mate-starter-j2cache/pom.xml | 2 +- mate-core/mate-starter-jetcache/pom.xml | 2 +- mate-core/mate-starter-job/pom.xml | 2 +- mate-core/mate-starter-kafka/pom.xml | 2 +- mate-core/mate-starter-lock/pom.xml | 2 +- mate-core/mate-starter-log/pom.xml | 2 +- mate-core/mate-starter-mail/pom.xml | 2 +- mate-core/mate-starter-mongodb/pom.xml | 2 +- mate-core/mate-starter-mybatis/pom.xml | 2 +- mate-core/mate-starter-oss/pom.xml | 2 +- mate-core/mate-starter-prometheus/pom.xml | 2 +- mate-core/mate-starter-rabbit/pom.xml | 2 +- mate-core/mate-starter-redis/pom.xml | 2 +- mate-core/mate-starter-retrofit/pom.xml | 2 +- mate-core/mate-starter-rocketmq/pom.xml | 2 +- mate-core/mate-starter-rule/pom.xml | 2 +- mate-core/mate-starter-seata/pom.xml | 2 +- mate-core/mate-starter-security/pom.xml | 2 +- mate-core/mate-starter-sentinel/pom.xml | 2 +- mate-core/mate-starter-sharding/pom.xml | 2 +- mate-core/mate-starter-sms/pom.xml | 2 +- mate-core/mate-starter-strategy/pom.xml | 2 +- mate-core/mate-starter-web/pom.xml | 2 +- mate-core/pom.xml | 4 ++-- mate-examples/pom.xml | 2 +- mate-examples/sso-ui-example/pom.xml | 2 +- mate-gateway/pom.xml | 2 +- mate-mq/mate-log-producer/pom.xml | 2 +- mate-mq/mate-message-consumer/pom.xml | 2 +- mate-mq/mate-message-producer/pom.xml | 2 +- mate-mq/pom.xml | 2 +- mate-platform/mate-component-api/pom.xml | 2 +- mate-platform/mate-component/pom.xml | 2 +- mate-platform/mate-system-api/pom.xml | 2 +- mate-platform/mate-system/pom.xml | 2 +- mate-platform/pom.xml | 2 +- mate-support/mate-admin/pom.xml | 2 +- mate-support/mate-code/pom.xml | 2 +- mate-support/mate-job-admin/pom.xml | 2 +- mate-support/mate-job/pom.xml | 2 +- mate-support/pom.xml | 2 +- mate-uaa/pom.xml | 2 +- pom.xml | 4 ++-- 58 files changed, 62 insertions(+), 62 deletions(-) diff --git a/README.md b/README.md index 43683bc7..80c45748 100644 --- a/README.md +++ b/README.md @@ -168,14 +168,14 @@ matecloud -- 父项目,各模块分离,方便集成和微服务 | MateBoot后端源码 | https://github.com/matevip/mateboot | https://gitee.com/matevip/mateboot | ## 🍻 贡献者名单 -欢迎提交PR一起完善项目,以下为开源项目贡献的战友(排名不分先后): +欢迎提交[PR](https://gitee.com/matevip/matecloud/pulls)一起完善项目,以下为开源项目贡献的战友(排名不分先后): @L.cm、@Z先生、@苏慕彦、@简、@madi、@yunfei08 ## ✨ 特别鸣谢 特别感谢卢神对`MateCloud`项目提供的技术支持! - 卢春梦: [mica](https://gitee.com/596392912/mica) -- chuzhixin:[vue-admin-beautiful](https://github.com/chuzhixin/vue-admin-beautiful) +- chuzhixin: [vue-admin-beautiful](https://github.com/chuzhixin/vue-admin-beautiful) ## 📚 开源项目推荐 - [SpringBoot脚手架](https://gitee.com/bdj/SpringBoot_v2) diff --git a/mate-core/mate-starter-auth/pom.xml b/mate-core/mate-starter-auth/pom.xml index 374a739e..c784df9f 100644 --- a/mate-core/mate-starter-auth/pom.xml +++ b/mate-core/mate-starter-auth/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-cloud/pom.xml b/mate-core/mate-starter-cloud/pom.xml index 97879d72..50c391fd 100644 --- a/mate-core/mate-starter-cloud/pom.xml +++ b/mate-core/mate-starter-cloud/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-common/pom.xml b/mate-core/mate-starter-common/pom.xml index 881aecd9..b31da385 100644 --- a/mate-core/mate-starter-common/pom.xml +++ b/mate-core/mate-starter-common/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-common/src/main/java/vip/mate/core/common/constant/MateConstant.java b/mate-core/mate-starter-common/src/main/java/vip/mate/core/common/constant/MateConstant.java index 3b52783c..e8f2d9a3 100644 --- a/mate-core/mate-starter-common/src/main/java/vip/mate/core/common/constant/MateConstant.java +++ b/mate-core/mate-starter-common/src/main/java/vip/mate/core/common/constant/MateConstant.java @@ -13,7 +13,7 @@ public class MateConstant { /** * 应用版本号 */ - public static final String MATE_APP_VERSION = "3.5.8"; + public static final String MATE_APP_VERSION = "3.6.8-SNAPSHOT"; /** * Spring 应用名 prop key diff --git a/mate-core/mate-starter-database/pom.xml b/mate-core/mate-starter-database/pom.xml index 6d14d8f3..227d813d 100644 --- a/mate-core/mate-starter-database/pom.xml +++ b/mate-core/mate-starter-database/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-dependencies/pom.xml b/mate-core/mate-starter-dependencies/pom.xml index c38be9ce..7f576afb 100644 --- a/mate-core/mate-starter-dependencies/pom.xml +++ b/mate-core/mate-starter-dependencies/pom.xml @@ -12,7 +12,7 @@ vip.mate mate-starter-dependencies - 3.5.8 + 3.6.8-SNAPSHOT pom mate-starter-dependencies based on Spring Cloud Alibaba dependencies @@ -39,7 +39,7 @@ - 3.5.8 + 3.6.8-SNAPSHOT UTF-8 2.5.0 diff --git a/mate-core/mate-starter-dozer/pom.xml b/mate-core/mate-starter-dozer/pom.xml index 1270eb18..b345cbc3 100644 --- a/mate-core/mate-starter-dozer/pom.xml +++ b/mate-core/mate-starter-dozer/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-dubbo/pom.xml b/mate-core/mate-starter-dubbo/pom.xml index 102bff3b..3f8df535 100644 --- a/mate-core/mate-starter-dubbo/pom.xml +++ b/mate-core/mate-starter-dubbo/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-elasticsearch/pom.xml b/mate-core/mate-starter-elasticsearch/pom.xml index c0081e7f..02dae519 100644 --- a/mate-core/mate-starter-elasticsearch/pom.xml +++ b/mate-core/mate-starter-elasticsearch/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-encrypt/pom.xml b/mate-core/mate-starter-encrypt/pom.xml index bf6e5ee0..892af2f3 100644 --- a/mate-core/mate-starter-encrypt/pom.xml +++ b/mate-core/mate-starter-encrypt/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-feign/pom.xml b/mate-core/mate-starter-feign/pom.xml index f13e01d9..04b88cc7 100644 --- a/mate-core/mate-starter-feign/pom.xml +++ b/mate-core/mate-starter-feign/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-file/pom.xml b/mate-core/mate-starter-file/pom.xml index dcf8fab2..9616c4be 100644 --- a/mate-core/mate-starter-file/pom.xml +++ b/mate-core/mate-starter-file/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-gray/pom.xml b/mate-core/mate-starter-gray/pom.xml index d45183a7..6043a2ea 100644 --- a/mate-core/mate-starter-gray/pom.xml +++ b/mate-core/mate-starter-gray/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-idempotent/pom.xml b/mate-core/mate-starter-idempotent/pom.xml index f90b409b..7a5a7fc9 100644 --- a/mate-core/mate-starter-idempotent/pom.xml +++ b/mate-core/mate-starter-idempotent/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-j2cache/pom.xml b/mate-core/mate-starter-j2cache/pom.xml index f58970f7..b2249090 100644 --- a/mate-core/mate-starter-j2cache/pom.xml +++ b/mate-core/mate-starter-j2cache/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-jetcache/pom.xml b/mate-core/mate-starter-jetcache/pom.xml index e66c5a72..1b324fec 100644 --- a/mate-core/mate-starter-jetcache/pom.xml +++ b/mate-core/mate-starter-jetcache/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-job/pom.xml b/mate-core/mate-starter-job/pom.xml index 2da3a41d..c036084e 100644 --- a/mate-core/mate-starter-job/pom.xml +++ b/mate-core/mate-starter-job/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 jar diff --git a/mate-core/mate-starter-kafka/pom.xml b/mate-core/mate-starter-kafka/pom.xml index 3448a791..615f4f08 100644 --- a/mate-core/mate-starter-kafka/pom.xml +++ b/mate-core/mate-starter-kafka/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-lock/pom.xml b/mate-core/mate-starter-lock/pom.xml index 65ec6995..24d33aa3 100644 --- a/mate-core/mate-starter-lock/pom.xml +++ b/mate-core/mate-starter-lock/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-log/pom.xml b/mate-core/mate-starter-log/pom.xml index 7f311b84..6f53481e 100644 --- a/mate-core/mate-starter-log/pom.xml +++ b/mate-core/mate-starter-log/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-mail/pom.xml b/mate-core/mate-starter-mail/pom.xml index 20ebff4b..a6f272ec 100644 --- a/mate-core/mate-starter-mail/pom.xml +++ b/mate-core/mate-starter-mail/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-mongodb/pom.xml b/mate-core/mate-starter-mongodb/pom.xml index 81f0936c..9ba80541 100644 --- a/mate-core/mate-starter-mongodb/pom.xml +++ b/mate-core/mate-starter-mongodb/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-mybatis/pom.xml b/mate-core/mate-starter-mybatis/pom.xml index ae82d8f3..61b51dec 100644 --- a/mate-core/mate-starter-mybatis/pom.xml +++ b/mate-core/mate-starter-mybatis/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-oss/pom.xml b/mate-core/mate-starter-oss/pom.xml index ae304f61..bff7be7f 100644 --- a/mate-core/mate-starter-oss/pom.xml +++ b/mate-core/mate-starter-oss/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-prometheus/pom.xml b/mate-core/mate-starter-prometheus/pom.xml index 97d869cf..29cabef9 100644 --- a/mate-core/mate-starter-prometheus/pom.xml +++ b/mate-core/mate-starter-prometheus/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-rabbit/pom.xml b/mate-core/mate-starter-rabbit/pom.xml index b816bf6b..f299eee5 100644 --- a/mate-core/mate-starter-rabbit/pom.xml +++ b/mate-core/mate-starter-rabbit/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-redis/pom.xml b/mate-core/mate-starter-redis/pom.xml index c91c56b5..613f70e2 100644 --- a/mate-core/mate-starter-redis/pom.xml +++ b/mate-core/mate-starter-redis/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-retrofit/pom.xml b/mate-core/mate-starter-retrofit/pom.xml index 988f2187..b37dc649 100644 --- a/mate-core/mate-starter-retrofit/pom.xml +++ b/mate-core/mate-starter-retrofit/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-rocketmq/pom.xml b/mate-core/mate-starter-rocketmq/pom.xml index 475c9d38..46637b65 100644 --- a/mate-core/mate-starter-rocketmq/pom.xml +++ b/mate-core/mate-starter-rocketmq/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-rule/pom.xml b/mate-core/mate-starter-rule/pom.xml index 75214101..d721f4f1 100644 --- a/mate-core/mate-starter-rule/pom.xml +++ b/mate-core/mate-starter-rule/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-seata/pom.xml b/mate-core/mate-starter-seata/pom.xml index dc88bde0..26f54830 100644 --- a/mate-core/mate-starter-seata/pom.xml +++ b/mate-core/mate-starter-seata/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-security/pom.xml b/mate-core/mate-starter-security/pom.xml index 0f4d4eda..bb3179cb 100644 --- a/mate-core/mate-starter-security/pom.xml +++ b/mate-core/mate-starter-security/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-sentinel/pom.xml b/mate-core/mate-starter-sentinel/pom.xml index c2d71e91..0900e1e3 100644 --- a/mate-core/mate-starter-sentinel/pom.xml +++ b/mate-core/mate-starter-sentinel/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-sharding/pom.xml b/mate-core/mate-starter-sharding/pom.xml index 01903798..03527459 100644 --- a/mate-core/mate-starter-sharding/pom.xml +++ b/mate-core/mate-starter-sharding/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-sms/pom.xml b/mate-core/mate-starter-sms/pom.xml index 9fea5683..aadc49d9 100644 --- a/mate-core/mate-starter-sms/pom.xml +++ b/mate-core/mate-starter-sms/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-strategy/pom.xml b/mate-core/mate-starter-strategy/pom.xml index e024bf09..6d834ecb 100644 --- a/mate-core/mate-starter-strategy/pom.xml +++ b/mate-core/mate-starter-strategy/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/mate-starter-web/pom.xml b/mate-core/mate-starter-web/pom.xml index 3bc9fc13..88511463 100644 --- a/mate-core/mate-starter-web/pom.xml +++ b/mate-core/mate-starter-web/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-core/pom.xml b/mate-core/pom.xml index 8766a1bd..ff8ecc00 100644 --- a/mate-core/pom.xml +++ b/mate-core/pom.xml @@ -6,7 +6,7 @@ mate-core vip.mate - 3.5.8 + 3.6.8-SNAPSHOT pom mate-core based on Spring Cloud Alibaba microservice components @@ -72,7 +72,7 @@ - 3.5.8 + 3.6.8-SNAPSHOT 2.9.2 1.5.21 1.9.4 diff --git a/mate-examples/pom.xml b/mate-examples/pom.xml index d63a482c..a4558f53 100644 --- a/mate-examples/pom.xml +++ b/mate-examples/pom.xml @@ -5,7 +5,7 @@ matecloud vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-examples/sso-ui-example/pom.xml b/mate-examples/sso-ui-example/pom.xml index d48aa28b..a94b840a 100644 --- a/mate-examples/sso-ui-example/pom.xml +++ b/mate-examples/sso-ui-example/pom.xml @@ -5,7 +5,7 @@ mate-examples vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-gateway/pom.xml b/mate-gateway/pom.xml index 180d675a..ee6f5a16 100644 --- a/mate-gateway/pom.xml +++ b/mate-gateway/pom.xml @@ -5,7 +5,7 @@ matecloud vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-mq/mate-log-producer/pom.xml b/mate-mq/mate-log-producer/pom.xml index a1b53826..1ba4b091 100644 --- a/mate-mq/mate-log-producer/pom.xml +++ b/mate-mq/mate-log-producer/pom.xml @@ -5,7 +5,7 @@ mate-mq vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-mq/mate-message-consumer/pom.xml b/mate-mq/mate-message-consumer/pom.xml index ff6afeca..562191bf 100644 --- a/mate-mq/mate-message-consumer/pom.xml +++ b/mate-mq/mate-message-consumer/pom.xml @@ -5,7 +5,7 @@ mate-mq vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-mq/mate-message-producer/pom.xml b/mate-mq/mate-message-producer/pom.xml index 3798c088..e1492576 100644 --- a/mate-mq/mate-message-producer/pom.xml +++ b/mate-mq/mate-message-producer/pom.xml @@ -5,7 +5,7 @@ mate-mq vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-mq/pom.xml b/mate-mq/pom.xml index da827acd..fa5579b0 100644 --- a/mate-mq/pom.xml +++ b/mate-mq/pom.xml @@ -5,7 +5,7 @@ matecloud vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-platform/mate-component-api/pom.xml b/mate-platform/mate-component-api/pom.xml index f43e52ca..d0f76d42 100644 --- a/mate-platform/mate-component-api/pom.xml +++ b/mate-platform/mate-component-api/pom.xml @@ -5,7 +5,7 @@ mate-platform vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-platform/mate-component/pom.xml b/mate-platform/mate-component/pom.xml index 037e0106..69866e79 100644 --- a/mate-platform/mate-component/pom.xml +++ b/mate-platform/mate-component/pom.xml @@ -5,7 +5,7 @@ mate-platform vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-platform/mate-system-api/pom.xml b/mate-platform/mate-system-api/pom.xml index 1cbc0560..14be9ee2 100644 --- a/mate-platform/mate-system-api/pom.xml +++ b/mate-platform/mate-system-api/pom.xml @@ -5,7 +5,7 @@ mate-platform vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-platform/mate-system/pom.xml b/mate-platform/mate-system/pom.xml index cbdca777..12444b9a 100644 --- a/mate-platform/mate-system/pom.xml +++ b/mate-platform/mate-system/pom.xml @@ -5,7 +5,7 @@ mate-platform vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-platform/pom.xml b/mate-platform/pom.xml index 0fbb71bd..42d9804e 100644 --- a/mate-platform/pom.xml +++ b/mate-platform/pom.xml @@ -5,7 +5,7 @@ matecloud vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-support/mate-admin/pom.xml b/mate-support/mate-admin/pom.xml index 09a63423..8c772554 100644 --- a/mate-support/mate-admin/pom.xml +++ b/mate-support/mate-admin/pom.xml @@ -5,7 +5,7 @@ mate-support vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-support/mate-code/pom.xml b/mate-support/mate-code/pom.xml index ab02d3f6..a2dc7a77 100644 --- a/mate-support/mate-code/pom.xml +++ b/mate-support/mate-code/pom.xml @@ -5,7 +5,7 @@ mate-support vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-support/mate-job-admin/pom.xml b/mate-support/mate-job-admin/pom.xml index d7d48b60..ce2e9513 100644 --- a/mate-support/mate-job-admin/pom.xml +++ b/mate-support/mate-job-admin/pom.xml @@ -5,7 +5,7 @@ mate-support vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-support/mate-job/pom.xml b/mate-support/mate-job/pom.xml index ba232b77..bd2a8268 100644 --- a/mate-support/mate-job/pom.xml +++ b/mate-support/mate-job/pom.xml @@ -5,7 +5,7 @@ mate-support vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-support/pom.xml b/mate-support/pom.xml index 3542cc0a..151ec091 100644 --- a/mate-support/pom.xml +++ b/mate-support/pom.xml @@ -5,7 +5,7 @@ matecloud vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/mate-uaa/pom.xml b/mate-uaa/pom.xml index c6937929..e53ac4b5 100644 --- a/mate-uaa/pom.xml +++ b/mate-uaa/pom.xml @@ -5,7 +5,7 @@ matecloud vip.mate - 3.5.8 + 3.6.8-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index c77b1be2..bff2adfa 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ vip.mate matecloud pom - 3.5.8 + 3.6.8-SNAPSHOT matecloud MateCloud - 基于Spring Cloud Alibaba实现的微服务架构 @@ -24,7 +24,7 @@ - 3.5.8 + 3.6.8-SNAPSHOT 1.8 3.8.1 UTF-8 From 12c8cca37953175233cd5b7a4bc6ec05e70a5abd Mon Sep 17 00:00:00 2001 From: matevip <7333791@qq.com> Date: Wed, 9 Jun 2021 06:29:54 +0800 Subject: [PATCH 4/8] =?UTF-8?q?refactor:=20=E5=85=A8=E5=B1=80=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E6=8B=A6=E6=88=AA=E5=99=A8=E5=88=A0=E9=99=A4=E6=8E=89?= =?UTF-8?q?AccessDeniedException=E6=8B=A6=E6=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +- .../access/AccessDeniedException.java | 48 ------------------- .../web/handler/BaseExceptionHandler.java | 14 ------ 3 files changed, 2 insertions(+), 64 deletions(-) delete mode 100644 mate-core/mate-starter-web/src/main/java/org/springframework/security/access/AccessDeniedException.java diff --git a/README.md b/README.md index 80c45748..27f203a8 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ matecloud -- 父项目,各模块分离,方便集成和微服务 │ ├─mate-core -- 核心通用模块,主模块 │ │ ├─mate-starter-common -- 封装通用模块 │ │ ├─mate-starter-cloud -- 封装微服务模块 -│ │ ├─mate-starter-auth -- 封装token认证模块 +│ │ ├─mate-starter-auth -- 封装token验证模块 │ │ ├─mate-starter-security -- 封装OAuth2基础模块 │ │ ├─mate-starter-web -- 封装WEB服务基础模块 │ │ ├─mate-starter-database -- 封装Mybatis及数据库基础模块 @@ -151,7 +151,7 @@ matecloud -- 父项目,各模块分离,方便集成和微服务 vip.mate mate-starter-dependencies - 3.3.8 + 3.5.8 pom import diff --git a/mate-core/mate-starter-web/src/main/java/org/springframework/security/access/AccessDeniedException.java b/mate-core/mate-starter-web/src/main/java/org/springframework/security/access/AccessDeniedException.java deleted file mode 100644 index dc504ee0..00000000 --- a/mate-core/mate-starter-web/src/main/java/org/springframework/security/access/AccessDeniedException.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Copyright 2004, 2005, 2006 Acegi Technology Pty Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package org.springframework.security.access; - -/** - * Thrown if an - * object does not hold a required authority. - * - * @author Ben Alex - */ -public class AccessDeniedException extends RuntimeException { - // ~ Constructors - // =================================================================================================== - - /** - * Constructs an AccessDeniedException with the specified message. - * - * @param msg the detail message - */ - public AccessDeniedException(String msg) { - super(msg); - } - - /** - * Constructs an AccessDeniedException with the specified message and - * root cause. - * - * @param msg the detail message - * @param t root cause - */ - public AccessDeniedException(String msg, Throwable t) { - super(msg, t); - } -} diff --git a/mate-core/mate-starter-web/src/main/java/vip/mate/core/web/handler/BaseExceptionHandler.java b/mate-core/mate-starter-web/src/main/java/vip/mate/core/web/handler/BaseExceptionHandler.java index 7f2dbeea..33cf3bb5 100644 --- a/mate-core/mate-starter-web/src/main/java/vip/mate/core/web/handler/BaseExceptionHandler.java +++ b/mate-core/mate-starter-web/src/main/java/vip/mate/core/web/handler/BaseExceptionHandler.java @@ -3,7 +3,6 @@ import lombok.extern.slf4j.Slf4j; import org.apache.commons.lang3.StringUtils; import org.springframework.http.HttpStatus; -import org.springframework.security.access.AccessDeniedException; import org.springframework.web.bind.annotation.*; import org.springframework.web.servlet.NoHandlerFoundException; import vip.mate.core.common.api.Result; @@ -81,19 +80,6 @@ public Result handleException(NullPointerException ex) { return Result.fail(HttpStatus.INTERNAL_SERVER_ERROR.value(), ex.getMessage()); } - /** - * NullPointerException 空指针异常捕获处理 - * @param ex 自定义NullPointerException异常类型 - * @return Result - */ - @ExceptionHandler - @ResponseStatus(HttpStatus.FORBIDDEN) - public Result handleException(AccessDeniedException ex) { - log.error("程序异常:{}" + ex.toString()); - return Result.fail(HttpStatus.FORBIDDEN.value(), ex.getMessage()); - } - - /** * 通用Exception异常捕获 * @param ex 自定义Exception异常类型 From d8deab1675ee302ed638b103318f2cd90a23655f Mon Sep 17 00:00:00 2001 From: matevip <7333791@qq.com> Date: Sat, 12 Jun 2021 21:33:00 +0800 Subject: [PATCH 5/8] =?UTF-8?q?refactor:=20=E5=8D=87=E7=BA=A7=E8=87=B3Spri?= =?UTF-8?q?ng=20Boot=202.5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- mate-core/mate-starter-dependencies/pom.xml | 4 ++-- pom.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 27f203a8..67c6b485 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

License Stars - SpringBoot + SpringBoot SpringCloud Spring Cloud Alibaba

@@ -29,7 +29,7 @@ admin | matecloud123 | 不能执行增删改请求,如需全部权限加微信 ### 📌 版本演进 核心中间件 | 2.5.8及以下 | 3.0.8+ ---|---|--- -Spring Boot | 2.3.*.RELEASE | SpringBoot +Spring Boot | 2.3.*.RELEASE | SpringBoot Spring Cloud | Hoxton SR* | SpringCloud Spring Cloud Alibaba | 2.2.*.RELEASE | SpringCloudAlibaba Nacos | 1.4.*及以下 | nacos @@ -70,7 +70,7 @@ Sentinel | 1.8.1 | ### 🔧 功能特点 -- 主体框架:采用最新的`Spring Cloud 2020.0.3`, `Spring Boot 2.5.0`, `Spring Cloud Alibaba 2021.1`版本进行系统设计; +- 主体框架:采用最新的`Spring Cloud 2020.0.3`, `Spring Boot 2.5.1`, `Spring Cloud Alibaba 2021.1`版本进行系统设计; - 统一注册:支持`Nacos`作为注册中心,实现多配置、分群组、分命名空间、多业务模块的注册和发现功能; diff --git a/mate-core/mate-starter-dependencies/pom.xml b/mate-core/mate-starter-dependencies/pom.xml index 7f576afb..a4a7f3ff 100644 --- a/mate-core/mate-starter-dependencies/pom.xml +++ b/mate-core/mate-starter-dependencies/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.1 4.0.0 @@ -42,7 +42,7 @@ 3.6.8-SNAPSHOT UTF-8 - 2.5.0 + 2.5.1 2020.0.3 2021.1 diff --git a/pom.xml b/pom.xml index bff2adfa..292adf4f 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ 3.8.1 UTF-8 UTF-8 - 2.5.0 + 2.5.1 UTF-8 3.6.2 From 82c0994ae835e4e513dc4eef339703b973481b5d Mon Sep 17 00:00:00 2001 From: matevip <7333791@qq.com> Date: Sat, 12 Jun 2021 21:39:23 +0800 Subject: [PATCH 6/8] =?UTF-8?q?refactor:=20=E5=8D=87=E7=BA=A7=E8=87=B3Naco?= =?UTF-8?q?s=202.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mate-core/mate-starter-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-core/mate-starter-dependencies/pom.xml b/mate-core/mate-starter-dependencies/pom.xml index a4a7f3ff..74f9344d 100644 --- a/mate-core/mate-starter-dependencies/pom.xml +++ b/mate-core/mate-starter-dependencies/pom.xml @@ -77,7 +77,7 @@ 2.4.1 4.1.2 - 2.0.1 + 2.0.2 4.3.0 1.7.2 1.15.8 From ad54d69a2e9b05b187893b08f6b6a091d4193b5b Mon Sep 17 00:00:00 2001 From: matevip <7333791@qq.com> Date: Sat, 12 Jun 2021 21:47:17 +0800 Subject: [PATCH 7/8] =?UTF-8?q?refactor:=20=E5=8D=87=E7=BA=A7=E8=87=B3Dubb?= =?UTF-8?q?o=202.7.2,=E5=88=A0=E9=99=A4=E4=B8=80=E4=BA=9B=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E7=B1=BB=E3=80=81=E6=96=87=E4=BB=B6=E5=92=8C?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../vip/mate/core/cloud/package-info.java | 1 - mate-core/mate-starter-dependencies/pom.xml | 2 +- .../cloud/openfeign/MateHystrixTargeter.java | 99 ------------------- 3 files changed, 1 insertion(+), 101 deletions(-) delete mode 100644 mate-core/mate-starter-cloud/src/main/java/vip/mate/core/cloud/package-info.java delete mode 100644 mate-core/mate-starter-feign/src/main/java/org/springframework/cloud/openfeign/MateHystrixTargeter.java diff --git a/mate-core/mate-starter-cloud/src/main/java/vip/mate/core/cloud/package-info.java b/mate-core/mate-starter-cloud/src/main/java/vip/mate/core/cloud/package-info.java deleted file mode 100644 index 336adc32..00000000 --- a/mate-core/mate-starter-cloud/src/main/java/vip/mate/core/cloud/package-info.java +++ /dev/null @@ -1 +0,0 @@ -package vip.mate.core.cloud; \ No newline at end of file diff --git a/mate-core/mate-starter-dependencies/pom.xml b/mate-core/mate-starter-dependencies/pom.xml index 74f9344d..39841e7c 100644 --- a/mate-core/mate-starter-dependencies/pom.xml +++ b/mate-core/mate-starter-dependencies/pom.xml @@ -72,7 +72,7 @@ 2.6.0 - 2.7.11 + 2.7.12 1.2.76 2.4.1 diff --git a/mate-core/mate-starter-feign/src/main/java/org/springframework/cloud/openfeign/MateHystrixTargeter.java b/mate-core/mate-starter-feign/src/main/java/org/springframework/cloud/openfeign/MateHystrixTargeter.java deleted file mode 100644 index 40758800..00000000 --- a/mate-core/mate-starter-feign/src/main/java/org/springframework/cloud/openfeign/MateHystrixTargeter.java +++ /dev/null @@ -1,99 +0,0 @@ -///* -// * Copyright 2013-2018 the original author or authors. -// * -// * Licensed under the Apache License, Version 2.0 (the "License"); -// * you may not use this file except in compliance with the License. -// * You may obtain a copy of the License at -// * -// * http://www.apache.org/licenses/LICENSE-2.0 -// * -// * Unless required by applicable law or agreed to in writing, software -// * distributed under the License is distributed on an "AS IS" BASIS, -// * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// * See the License for the specific language governing permissions and -// * limitations under the License. -// * -// */ -// -//package org.springframework.cloud.openfeign; -// -//import feign.Feign; -//import feign.Target; -//import feign.hystrix.FallbackFactory; -//import feign.hystrix.HystrixFeign; -//import feign.hystrix.SetterFactory; -//import org.springframework.lang.Nullable; -//import vip.mate.core.feign.fallback.MateFallbackFactory; -// -///** -// * 添加 mate 默认的 fallbackFactory L.cm 2019.01.19 -// * -// * @author L.cm -// * @author Spencer Gibb -// * @author Erik Kringen -// */ -//@SuppressWarnings("unchecked") -//public class MateHystrixTargeter implements Targeter { -// @Override -// public T target(FeignClientFactoryBean factory, Feign.Builder feign, FeignContext context, -// Target.HardCodedTarget target) { -// if (!(feign instanceof HystrixFeign.Builder)) { -// return feign.target(target); -// } -// HystrixFeign.Builder builder = (HystrixFeign.Builder) feign; -// SetterFactory setterFactory = getOptional(factory.getName(), context, SetterFactory.class); -// if (setterFactory != null) { -// builder.setterFactory(setterFactory); -// } -// Class fallback = factory.getFallback(); -// if (fallback != void.class) { -// return targetWithFallback(factory.getName(), context, target, builder, fallback); -// } -// Class fallbackFactory = factory.getFallbackFactory(); -// if (fallbackFactory != void.class) { -// return targetWithFallbackFactory(factory.getName(), context, target, builder, fallbackFactory); -// } -// // mate 默认的 fallbackFactory -// MateFallbackFactory mateFallbackFactory = new MateFallbackFactory<>(target); -// return (T) builder.target(target, mateFallbackFactory); -// } -// -// private T targetWithFallbackFactory(String feignClientName, FeignContext context, -// Target.HardCodedTarget target, -// HystrixFeign.Builder builder, -// Class fallbackFactoryClass) { -// FallbackFactory fallbackFactory = (FallbackFactory) -// getFromContext("fallbackFactory", feignClientName, context, fallbackFactoryClass, FallbackFactory.class); -// return builder.target(target, fallbackFactory); -// } -// -// -// private T targetWithFallback(String feignClientName, FeignContext context, -// Target.HardCodedTarget target, -// HystrixFeign.Builder builder, Class fallback) { -// T fallbackInstance = getFromContext("fallback", feignClientName, context, fallback, target.type()); -// return builder.target(target, fallbackInstance); -// } -// -// private T getFromContext(String fallbackMechanism, String feignClientName, FeignContext context, Class beanType, -// Class targetType) { -// Object fallbackInstance = context.getInstance(feignClientName, beanType); -// if (fallbackInstance == null) { -// throw new IllegalStateException(String.format("No " + fallbackMechanism + -// " instance of type %s found for feign client %s", beanType, feignClientName)); -// } -// -// if (!targetType.isAssignableFrom(beanType)) { -// throw new IllegalStateException(String.format( -// "Incompatible " + fallbackMechanism + " instance. Fallback/fallbackFactory of " + -// "type %s is not assignable to %s for feign client %s", beanType, targetType, feignClientName)); -// } -// return (T) fallbackInstance; -// } -// -// @Nullable -// private T getOptional(String feignClientName, FeignContext context, Class beanType) { -// return context.getInstance(feignClientName, beanType); -// } -// -//} From 369f1afcb96095afd0d65ae6cc15582c4d5e457a Mon Sep 17 00:00:00 2001 From: matevip <7333791@qq.com> Date: Sat, 12 Jun 2021 21:50:26 +0800 Subject: [PATCH 8/8] =?UTF-8?q?build:=20=E5=8F=91=E5=B8=833.6.8=E6=AD=A3?= =?UTF-8?q?=E5=BC=8F=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mate-core/mate-starter-auth/pom.xml | 2 +- mate-core/mate-starter-cloud/pom.xml | 2 +- mate-core/mate-starter-common/pom.xml | 2 +- .../main/java/vip/mate/core/common/constant/MateConstant.java | 2 +- mate-core/mate-starter-database/pom.xml | 2 +- mate-core/mate-starter-dependencies/pom.xml | 4 ++-- mate-core/mate-starter-dozer/pom.xml | 2 +- mate-core/mate-starter-dubbo/pom.xml | 2 +- mate-core/mate-starter-elasticsearch/pom.xml | 2 +- mate-core/mate-starter-encrypt/pom.xml | 2 +- mate-core/mate-starter-feign/pom.xml | 2 +- mate-core/mate-starter-file/pom.xml | 2 +- mate-core/mate-starter-gray/pom.xml | 2 +- mate-core/mate-starter-idempotent/pom.xml | 2 +- mate-core/mate-starter-j2cache/pom.xml | 2 +- mate-core/mate-starter-jetcache/pom.xml | 2 +- mate-core/mate-starter-job/pom.xml | 2 +- mate-core/mate-starter-kafka/pom.xml | 2 +- mate-core/mate-starter-lock/pom.xml | 2 +- mate-core/mate-starter-log/pom.xml | 2 +- mate-core/mate-starter-mail/pom.xml | 2 +- mate-core/mate-starter-mongodb/pom.xml | 2 +- mate-core/mate-starter-mybatis/pom.xml | 2 +- mate-core/mate-starter-oss/pom.xml | 2 +- mate-core/mate-starter-prometheus/pom.xml | 2 +- mate-core/mate-starter-rabbit/pom.xml | 2 +- mate-core/mate-starter-redis/pom.xml | 2 +- mate-core/mate-starter-retrofit/pom.xml | 2 +- mate-core/mate-starter-rocketmq/pom.xml | 2 +- mate-core/mate-starter-rule/pom.xml | 2 +- mate-core/mate-starter-seata/pom.xml | 2 +- mate-core/mate-starter-security/pom.xml | 2 +- mate-core/mate-starter-sentinel/pom.xml | 2 +- mate-core/mate-starter-sharding/pom.xml | 2 +- mate-core/mate-starter-sms/pom.xml | 2 +- mate-core/mate-starter-strategy/pom.xml | 2 +- mate-core/mate-starter-web/pom.xml | 2 +- mate-core/pom.xml | 4 ++-- mate-examples/pom.xml | 2 +- mate-examples/sso-ui-example/pom.xml | 2 +- mate-gateway/pom.xml | 2 +- mate-mq/mate-log-producer/pom.xml | 2 +- mate-mq/mate-message-consumer/pom.xml | 2 +- mate-mq/mate-message-producer/pom.xml | 2 +- mate-mq/pom.xml | 2 +- mate-platform/mate-component-api/pom.xml | 2 +- mate-platform/mate-component/pom.xml | 2 +- mate-platform/mate-system-api/pom.xml | 2 +- mate-platform/mate-system/pom.xml | 2 +- mate-platform/pom.xml | 2 +- mate-support/mate-admin/pom.xml | 2 +- mate-support/mate-code/pom.xml | 2 +- mate-support/mate-job-admin/pom.xml | 2 +- mate-support/mate-job/pom.xml | 2 +- mate-support/pom.xml | 2 +- mate-uaa/pom.xml | 2 +- pom.xml | 4 ++-- 57 files changed, 60 insertions(+), 60 deletions(-) diff --git a/mate-core/mate-starter-auth/pom.xml b/mate-core/mate-starter-auth/pom.xml index c784df9f..394cae6a 100644 --- a/mate-core/mate-starter-auth/pom.xml +++ b/mate-core/mate-starter-auth/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-cloud/pom.xml b/mate-core/mate-starter-cloud/pom.xml index 50c391fd..4d0e0006 100644 --- a/mate-core/mate-starter-cloud/pom.xml +++ b/mate-core/mate-starter-cloud/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-common/pom.xml b/mate-core/mate-starter-common/pom.xml index b31da385..bbf11d7e 100644 --- a/mate-core/mate-starter-common/pom.xml +++ b/mate-core/mate-starter-common/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-common/src/main/java/vip/mate/core/common/constant/MateConstant.java b/mate-core/mate-starter-common/src/main/java/vip/mate/core/common/constant/MateConstant.java index e8f2d9a3..4229bdf9 100644 --- a/mate-core/mate-starter-common/src/main/java/vip/mate/core/common/constant/MateConstant.java +++ b/mate-core/mate-starter-common/src/main/java/vip/mate/core/common/constant/MateConstant.java @@ -13,7 +13,7 @@ public class MateConstant { /** * 应用版本号 */ - public static final String MATE_APP_VERSION = "3.6.8-SNAPSHOT"; + public static final String MATE_APP_VERSION = "3.6.8"; /** * Spring 应用名 prop key diff --git a/mate-core/mate-starter-database/pom.xml b/mate-core/mate-starter-database/pom.xml index 227d813d..bb58961a 100644 --- a/mate-core/mate-starter-database/pom.xml +++ b/mate-core/mate-starter-database/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-dependencies/pom.xml b/mate-core/mate-starter-dependencies/pom.xml index 39841e7c..99f4faf3 100644 --- a/mate-core/mate-starter-dependencies/pom.xml +++ b/mate-core/mate-starter-dependencies/pom.xml @@ -12,7 +12,7 @@ vip.mate mate-starter-dependencies - 3.6.8-SNAPSHOT + 3.6.8 pom mate-starter-dependencies based on Spring Cloud Alibaba dependencies @@ -39,7 +39,7 @@ - 3.6.8-SNAPSHOT + 3.6.8 UTF-8 2.5.1 diff --git a/mate-core/mate-starter-dozer/pom.xml b/mate-core/mate-starter-dozer/pom.xml index b345cbc3..cf09eb85 100644 --- a/mate-core/mate-starter-dozer/pom.xml +++ b/mate-core/mate-starter-dozer/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-dubbo/pom.xml b/mate-core/mate-starter-dubbo/pom.xml index 3f8df535..9aa8bf39 100644 --- a/mate-core/mate-starter-dubbo/pom.xml +++ b/mate-core/mate-starter-dubbo/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-elasticsearch/pom.xml b/mate-core/mate-starter-elasticsearch/pom.xml index 02dae519..40e09501 100644 --- a/mate-core/mate-starter-elasticsearch/pom.xml +++ b/mate-core/mate-starter-elasticsearch/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-encrypt/pom.xml b/mate-core/mate-starter-encrypt/pom.xml index 892af2f3..654b9fb9 100644 --- a/mate-core/mate-starter-encrypt/pom.xml +++ b/mate-core/mate-starter-encrypt/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-feign/pom.xml b/mate-core/mate-starter-feign/pom.xml index 04b88cc7..c4aea8a7 100644 --- a/mate-core/mate-starter-feign/pom.xml +++ b/mate-core/mate-starter-feign/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-file/pom.xml b/mate-core/mate-starter-file/pom.xml index 9616c4be..838af053 100644 --- a/mate-core/mate-starter-file/pom.xml +++ b/mate-core/mate-starter-file/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-gray/pom.xml b/mate-core/mate-starter-gray/pom.xml index 6043a2ea..5a71ff64 100644 --- a/mate-core/mate-starter-gray/pom.xml +++ b/mate-core/mate-starter-gray/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-idempotent/pom.xml b/mate-core/mate-starter-idempotent/pom.xml index 7a5a7fc9..1e2c70e5 100644 --- a/mate-core/mate-starter-idempotent/pom.xml +++ b/mate-core/mate-starter-idempotent/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-j2cache/pom.xml b/mate-core/mate-starter-j2cache/pom.xml index b2249090..645d3afa 100644 --- a/mate-core/mate-starter-j2cache/pom.xml +++ b/mate-core/mate-starter-j2cache/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-jetcache/pom.xml b/mate-core/mate-starter-jetcache/pom.xml index 1b324fec..553eaf37 100644 --- a/mate-core/mate-starter-jetcache/pom.xml +++ b/mate-core/mate-starter-jetcache/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-job/pom.xml b/mate-core/mate-starter-job/pom.xml index c036084e..50b87bdf 100644 --- a/mate-core/mate-starter-job/pom.xml +++ b/mate-core/mate-starter-job/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 jar diff --git a/mate-core/mate-starter-kafka/pom.xml b/mate-core/mate-starter-kafka/pom.xml index 615f4f08..39ba2fd9 100644 --- a/mate-core/mate-starter-kafka/pom.xml +++ b/mate-core/mate-starter-kafka/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-lock/pom.xml b/mate-core/mate-starter-lock/pom.xml index 24d33aa3..b8a264be 100644 --- a/mate-core/mate-starter-lock/pom.xml +++ b/mate-core/mate-starter-lock/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-log/pom.xml b/mate-core/mate-starter-log/pom.xml index 6f53481e..472bdfa2 100644 --- a/mate-core/mate-starter-log/pom.xml +++ b/mate-core/mate-starter-log/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-mail/pom.xml b/mate-core/mate-starter-mail/pom.xml index a6f272ec..65bfa216 100644 --- a/mate-core/mate-starter-mail/pom.xml +++ b/mate-core/mate-starter-mail/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-mongodb/pom.xml b/mate-core/mate-starter-mongodb/pom.xml index 9ba80541..c79cb893 100644 --- a/mate-core/mate-starter-mongodb/pom.xml +++ b/mate-core/mate-starter-mongodb/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-mybatis/pom.xml b/mate-core/mate-starter-mybatis/pom.xml index 61b51dec..ddab84fb 100644 --- a/mate-core/mate-starter-mybatis/pom.xml +++ b/mate-core/mate-starter-mybatis/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-oss/pom.xml b/mate-core/mate-starter-oss/pom.xml index bff7be7f..792e3c9a 100644 --- a/mate-core/mate-starter-oss/pom.xml +++ b/mate-core/mate-starter-oss/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-prometheus/pom.xml b/mate-core/mate-starter-prometheus/pom.xml index 29cabef9..78736dbb 100644 --- a/mate-core/mate-starter-prometheus/pom.xml +++ b/mate-core/mate-starter-prometheus/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-rabbit/pom.xml b/mate-core/mate-starter-rabbit/pom.xml index f299eee5..bc558fff 100644 --- a/mate-core/mate-starter-rabbit/pom.xml +++ b/mate-core/mate-starter-rabbit/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-redis/pom.xml b/mate-core/mate-starter-redis/pom.xml index 613f70e2..fb100320 100644 --- a/mate-core/mate-starter-redis/pom.xml +++ b/mate-core/mate-starter-redis/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-retrofit/pom.xml b/mate-core/mate-starter-retrofit/pom.xml index b37dc649..562f38b1 100644 --- a/mate-core/mate-starter-retrofit/pom.xml +++ b/mate-core/mate-starter-retrofit/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-rocketmq/pom.xml b/mate-core/mate-starter-rocketmq/pom.xml index 46637b65..b7472c33 100644 --- a/mate-core/mate-starter-rocketmq/pom.xml +++ b/mate-core/mate-starter-rocketmq/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-rule/pom.xml b/mate-core/mate-starter-rule/pom.xml index d721f4f1..27699a5d 100644 --- a/mate-core/mate-starter-rule/pom.xml +++ b/mate-core/mate-starter-rule/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-seata/pom.xml b/mate-core/mate-starter-seata/pom.xml index 26f54830..6a38482e 100644 --- a/mate-core/mate-starter-seata/pom.xml +++ b/mate-core/mate-starter-seata/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-security/pom.xml b/mate-core/mate-starter-security/pom.xml index bb3179cb..3dfc43df 100644 --- a/mate-core/mate-starter-security/pom.xml +++ b/mate-core/mate-starter-security/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-sentinel/pom.xml b/mate-core/mate-starter-sentinel/pom.xml index 0900e1e3..91c709fe 100644 --- a/mate-core/mate-starter-sentinel/pom.xml +++ b/mate-core/mate-starter-sentinel/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-sharding/pom.xml b/mate-core/mate-starter-sharding/pom.xml index 03527459..86afe105 100644 --- a/mate-core/mate-starter-sharding/pom.xml +++ b/mate-core/mate-starter-sharding/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-sms/pom.xml b/mate-core/mate-starter-sms/pom.xml index aadc49d9..8d5ab21b 100644 --- a/mate-core/mate-starter-sms/pom.xml +++ b/mate-core/mate-starter-sms/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-strategy/pom.xml b/mate-core/mate-starter-strategy/pom.xml index 6d834ecb..81c79297 100644 --- a/mate-core/mate-starter-strategy/pom.xml +++ b/mate-core/mate-starter-strategy/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/mate-starter-web/pom.xml b/mate-core/mate-starter-web/pom.xml index 88511463..635bb5ef 100644 --- a/mate-core/mate-starter-web/pom.xml +++ b/mate-core/mate-starter-web/pom.xml @@ -5,7 +5,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-core/pom.xml b/mate-core/pom.xml index ff8ecc00..e96cff1e 100644 --- a/mate-core/pom.xml +++ b/mate-core/pom.xml @@ -6,7 +6,7 @@ mate-core vip.mate - 3.6.8-SNAPSHOT + 3.6.8 pom mate-core based on Spring Cloud Alibaba microservice components @@ -72,7 +72,7 @@ - 3.6.8-SNAPSHOT + 3.6.8 2.9.2 1.5.21 1.9.4 diff --git a/mate-examples/pom.xml b/mate-examples/pom.xml index a4558f53..85537146 100644 --- a/mate-examples/pom.xml +++ b/mate-examples/pom.xml @@ -5,7 +5,7 @@ matecloud vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-examples/sso-ui-example/pom.xml b/mate-examples/sso-ui-example/pom.xml index a94b840a..1b577604 100644 --- a/mate-examples/sso-ui-example/pom.xml +++ b/mate-examples/sso-ui-example/pom.xml @@ -5,7 +5,7 @@ mate-examples vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-gateway/pom.xml b/mate-gateway/pom.xml index ee6f5a16..1759d772 100644 --- a/mate-gateway/pom.xml +++ b/mate-gateway/pom.xml @@ -5,7 +5,7 @@ matecloud vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-mq/mate-log-producer/pom.xml b/mate-mq/mate-log-producer/pom.xml index 1ba4b091..3565821d 100644 --- a/mate-mq/mate-log-producer/pom.xml +++ b/mate-mq/mate-log-producer/pom.xml @@ -5,7 +5,7 @@ mate-mq vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-mq/mate-message-consumer/pom.xml b/mate-mq/mate-message-consumer/pom.xml index 562191bf..9ef4430f 100644 --- a/mate-mq/mate-message-consumer/pom.xml +++ b/mate-mq/mate-message-consumer/pom.xml @@ -5,7 +5,7 @@ mate-mq vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-mq/mate-message-producer/pom.xml b/mate-mq/mate-message-producer/pom.xml index e1492576..a4944aa9 100644 --- a/mate-mq/mate-message-producer/pom.xml +++ b/mate-mq/mate-message-producer/pom.xml @@ -5,7 +5,7 @@ mate-mq vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-mq/pom.xml b/mate-mq/pom.xml index fa5579b0..d47828f4 100644 --- a/mate-mq/pom.xml +++ b/mate-mq/pom.xml @@ -5,7 +5,7 @@ matecloud vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-platform/mate-component-api/pom.xml b/mate-platform/mate-component-api/pom.xml index d0f76d42..37529650 100644 --- a/mate-platform/mate-component-api/pom.xml +++ b/mate-platform/mate-component-api/pom.xml @@ -5,7 +5,7 @@ mate-platform vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-platform/mate-component/pom.xml b/mate-platform/mate-component/pom.xml index 69866e79..f163ed50 100644 --- a/mate-platform/mate-component/pom.xml +++ b/mate-platform/mate-component/pom.xml @@ -5,7 +5,7 @@ mate-platform vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-platform/mate-system-api/pom.xml b/mate-platform/mate-system-api/pom.xml index 14be9ee2..743c31ba 100644 --- a/mate-platform/mate-system-api/pom.xml +++ b/mate-platform/mate-system-api/pom.xml @@ -5,7 +5,7 @@ mate-platform vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-platform/mate-system/pom.xml b/mate-platform/mate-system/pom.xml index 12444b9a..fa937cee 100644 --- a/mate-platform/mate-system/pom.xml +++ b/mate-platform/mate-system/pom.xml @@ -5,7 +5,7 @@ mate-platform vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-platform/pom.xml b/mate-platform/pom.xml index 42d9804e..dd0fc86a 100644 --- a/mate-platform/pom.xml +++ b/mate-platform/pom.xml @@ -5,7 +5,7 @@ matecloud vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-support/mate-admin/pom.xml b/mate-support/mate-admin/pom.xml index 8c772554..fdadb3ba 100644 --- a/mate-support/mate-admin/pom.xml +++ b/mate-support/mate-admin/pom.xml @@ -5,7 +5,7 @@ mate-support vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-support/mate-code/pom.xml b/mate-support/mate-code/pom.xml index a2dc7a77..13b72b0e 100644 --- a/mate-support/mate-code/pom.xml +++ b/mate-support/mate-code/pom.xml @@ -5,7 +5,7 @@ mate-support vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-support/mate-job-admin/pom.xml b/mate-support/mate-job-admin/pom.xml index ce2e9513..48b08547 100644 --- a/mate-support/mate-job-admin/pom.xml +++ b/mate-support/mate-job-admin/pom.xml @@ -5,7 +5,7 @@ mate-support vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-support/mate-job/pom.xml b/mate-support/mate-job/pom.xml index bd2a8268..3f58d93d 100644 --- a/mate-support/mate-job/pom.xml +++ b/mate-support/mate-job/pom.xml @@ -5,7 +5,7 @@ mate-support vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-support/pom.xml b/mate-support/pom.xml index 151ec091..0ef35fcd 100644 --- a/mate-support/pom.xml +++ b/mate-support/pom.xml @@ -5,7 +5,7 @@ matecloud vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/mate-uaa/pom.xml b/mate-uaa/pom.xml index e53ac4b5..5d46ccea 100644 --- a/mate-uaa/pom.xml +++ b/mate-uaa/pom.xml @@ -5,7 +5,7 @@ matecloud vip.mate - 3.6.8-SNAPSHOT + 3.6.8 4.0.0 diff --git a/pom.xml b/pom.xml index 292adf4f..b8c277ec 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ vip.mate matecloud pom - 3.6.8-SNAPSHOT + 3.6.8 matecloud MateCloud - 基于Spring Cloud Alibaba实现的微服务架构 @@ -24,7 +24,7 @@ - 3.6.8-SNAPSHOT + 3.6.8 1.8 3.8.1 UTF-8