diff --git a/README.md b/README.md
index faa6328b..f798e42d 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,9 @@
+## 🔥 2021年度osc中国开源项目评选,欢迎投票
+投票地址: https://www.oschina.net/project/top_cn_2021?id=614
+
## 🍟 如果您觉得有帮助,请点右上角 "Star" 支持一下谢谢
MateCloud是一款基于Spring Cloud Alibaba的微服务架构。旨在为大家提供技术框架的基础能力的封装,减少开发工作,让您只关注业务。
@@ -155,7 +158,7 @@ matecloud -- 父项目,各模块分离,方便集成和微服务
vip.mate
mate-starter-dependencies
- 4.0.11
+ 4.1.8
pom
import
@@ -173,7 +176,7 @@ matecloud -- 父项目,各模块分离,方便集成和微服务
- typescript 4.4.2
- ant-design-vue 2.2.6
- axios 0.21.3
-- vue-router 4.1.8
+- vue-router 4.2.8
- vite 2.5.8
### 👉 版本发布
`4.0.8-M3`版本已经发布,完善了系统管理的基础功能,主要包括菜单管理、用户管理、角色管理、部门管理、日志管理、客户端管理等功能。后续功能正在加紧开发中,欢迎体验。
diff --git a/mate-core/mate-starter-auth/pom.xml b/mate-core/mate-starter-auth/pom.xml
index 1a1ee09b..a42723d4 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-cloud/pom.xml b/mate-core/mate-starter-cloud/pom.xml
index a0e680b8..959e0636 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-common/pom.xml b/mate-core/mate-starter-common/pom.xml
index 5679a4fa..8b1f7775 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
- 4.1.8
+ 4.2.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 8e2f57a4..fe106d06 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 = "4.1.8";
+ public static final String MATE_APP_VERSION = "4.2.8";
/**
* Spring 应用名 prop key
diff --git a/mate-core/mate-starter-database/pom.xml b/mate-core/mate-starter-database/pom.xml
index efcb27a2..53f0fc2f 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-dependencies/pom.xml b/mate-core/mate-starter-dependencies/pom.xml
index 697dff41..53523a27 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
- 4.1.8
+ 4.2.8
pom
mate-starter-dependencies
based on Spring Cloud Alibaba dependencies
@@ -39,7 +39,7 @@
- 4.1.8
+ 4.2.8
UTF-8
2.6.1
@@ -590,6 +590,22 @@
spring-security-oauth2-autoconfigure
${spring.security.version}
+
+
+ org.springframework.boot
+ spring-boot-starter-logging
+ ${spring.boot.version}
+
+
+ org.apache.logging.log4j
+ log4j-api
+
+
+ org.apache.logging.log4j
+ log4j-to-slf4j
+
+
+
diff --git a/mate-core/mate-starter-dubbo/pom.xml b/mate-core/mate-starter-dubbo/pom.xml
index 77ad86f2..c6c4be76 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-encrypt/pom.xml b/mate-core/mate-starter-encrypt/pom.xml
index e03c1200..613c5e78 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-feign/pom.xml b/mate-core/mate-starter-feign/pom.xml
index ac18aad1..1eaad996 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-file/pom.xml b/mate-core/mate-starter-file/pom.xml
index dddbb00e..6f002d62 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-gray/pom.xml b/mate-core/mate-starter-gray/pom.xml
index e7e0c019..43fae81f 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-idempotent/pom.xml b/mate-core/mate-starter-idempotent/pom.xml
index b33c2f30..7ce375d0 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-jetcache/pom.xml b/mate-core/mate-starter-jetcache/pom.xml
index 7f6c294c..5f75b245 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-job/pom.xml b/mate-core/mate-starter-job/pom.xml
index f65a520e..65954db6 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
- 4.1.8
+ 4.2.8
4.0.0
jar
diff --git a/mate-core/mate-starter-kafka/pom.xml b/mate-core/mate-starter-kafka/pom.xml
index 801672dc..9af59196 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-lock/pom.xml b/mate-core/mate-starter-lock/pom.xml
index 14ebda30..075f0905 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-log/pom.xml b/mate-core/mate-starter-log/pom.xml
index d082fac4..4a0fe875 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-mail/pom.xml b/mate-core/mate-starter-mail/pom.xml
index 41f51fe5..15e742d8 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-mongodb/pom.xml b/mate-core/mate-starter-mongodb/pom.xml
index 088183da..2f375741 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-mybatis/pom.xml b/mate-core/mate-starter-mybatis/pom.xml
index 1812a627..28498e4d 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-oss/pom.xml b/mate-core/mate-starter-oss/pom.xml
index f82a53b5..a8de5a80 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-prometheus/pom.xml b/mate-core/mate-starter-prometheus/pom.xml
index 826d879a..a2bb4835 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-rabbit/pom.xml b/mate-core/mate-starter-rabbit/pom.xml
index f779f0fa..914f61ba 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-redis/pom.xml b/mate-core/mate-starter-redis/pom.xml
index 78b46688..577265fe 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-rocketmq/pom.xml b/mate-core/mate-starter-rocketmq/pom.xml
index 35aae40f..6fa73111 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-rule/pom.xml b/mate-core/mate-starter-rule/pom.xml
index 7f326713..814db6fe 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-seata/pom.xml b/mate-core/mate-starter-seata/pom.xml
index e0de6696..63bccef4 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-security/pom.xml b/mate-core/mate-starter-security/pom.xml
index 4923b27c..fa0f2791 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-sentinel/pom.xml b/mate-core/mate-starter-sentinel/pom.xml
index 116b186f..41cd0dee 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-sms/pom.xml b/mate-core/mate-starter-sms/pom.xml
index e6cbc7e2..59ab93f8 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-strategy/pom.xml b/mate-core/mate-starter-strategy/pom.xml
index eb42d2b5..675f53ba 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-validator/pom.xml b/mate-core/mate-starter-validator/pom.xml
index 0d4994a4..a071ea39 100644
--- a/mate-core/mate-starter-validator/pom.xml
+++ b/mate-core/mate-starter-validator/pom.xml
@@ -5,7 +5,7 @@
mate-core
vip.mate
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/mate-starter-web/pom.xml b/mate-core/mate-starter-web/pom.xml
index 8efdec1a..988c3355 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-core/pom.xml b/mate-core/pom.xml
index b7103222..ff4e170e 100644
--- a/mate-core/pom.xml
+++ b/mate-core/pom.xml
@@ -6,7 +6,7 @@
mate-core
vip.mate
- 4.1.8
+ 4.2.8
pom
mate-core
based on Spring Cloud Alibaba microservice components
@@ -67,7 +67,7 @@
- 4.1.8
+ 4.2.8
2.9.2
1.5.21
1.9.4
diff --git a/mate-examples/pom.xml b/mate-examples/pom.xml
index 39281d69..f5fa6859 100644
--- a/mate-examples/pom.xml
+++ b/mate-examples/pom.xml
@@ -5,7 +5,7 @@
matecloud
vip.mate
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-examples/seata-example/pom.xml b/mate-examples/seata-example/pom.xml
index 32b3051f..7a4ff257 100644
--- a/mate-examples/seata-example/pom.xml
+++ b/mate-examples/seata-example/pom.xml
@@ -5,7 +5,7 @@
mate-examples
vip.mate
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-examples/seata-example/seata-order-example/pom.xml b/mate-examples/seata-example/seata-order-example/pom.xml
index b66fbcef..b64f56e2 100644
--- a/mate-examples/seata-example/seata-order-example/pom.xml
+++ b/mate-examples/seata-example/seata-order-example/pom.xml
@@ -5,7 +5,7 @@
seata-example
vip.mate
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-examples/seata-example/seata-point-example/pom.xml b/mate-examples/seata-example/seata-point-example/pom.xml
index 0ae2e8b7..b86afacd 100644
--- a/mate-examples/seata-example/seata-point-example/pom.xml
+++ b/mate-examples/seata-example/seata-point-example/pom.xml
@@ -5,7 +5,7 @@
seata-example
vip.mate
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-examples/seata-example/seata-user-example/pom.xml b/mate-examples/seata-example/seata-user-example/pom.xml
index ced1dc09..40dbe7f1 100644
--- a/mate-examples/seata-example/seata-user-example/pom.xml
+++ b/mate-examples/seata-example/seata-user-example/pom.xml
@@ -5,7 +5,7 @@
seata-example
vip.mate
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-examples/sso-ui-example/pom.xml b/mate-examples/sso-ui-example/pom.xml
index c08182fc..9fe4c664 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-gateway/pom.xml b/mate-gateway/pom.xml
index 5bb062d4..5cbc8b6a 100644
--- a/mate-gateway/pom.xml
+++ b/mate-gateway/pom.xml
@@ -5,7 +5,7 @@
matecloud
vip.mate
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-mq/mate-log-producer/pom.xml b/mate-mq/mate-log-producer/pom.xml
index 2b03b4dd..d837a14c 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-mq/mate-message-consumer/pom.xml b/mate-mq/mate-message-consumer/pom.xml
index 6e021991..df4347dd 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-mq/mate-message-producer/pom.xml b/mate-mq/mate-message-producer/pom.xml
index 32c8c34e..63e0da9c 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-mq/pom.xml b/mate-mq/pom.xml
index fdd22bdb..2e0a031d 100644
--- a/mate-mq/pom.xml
+++ b/mate-mq/pom.xml
@@ -5,7 +5,7 @@
matecloud
vip.mate
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-platform/mate-component-api/pom.xml b/mate-platform/mate-component-api/pom.xml
index ff9f5fdd..04354375 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-platform/mate-component/pom.xml b/mate-platform/mate-component/pom.xml
index 5712c392..0a0cde7a 100644
--- a/mate-platform/mate-component/pom.xml
+++ b/mate-platform/mate-component/pom.xml
@@ -5,7 +5,7 @@
mate-platform
vip.mate
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-platform/mate-system-api/pom.xml b/mate-platform/mate-system-api/pom.xml
index b8c82143..bd93889d 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-platform/mate-system/pom.xml b/mate-platform/mate-system/pom.xml
index e1605287..51c6136c 100644
--- a/mate-platform/mate-system/pom.xml
+++ b/mate-platform/mate-system/pom.xml
@@ -5,7 +5,7 @@
mate-platform
vip.mate
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-platform/pom.xml b/mate-platform/pom.xml
index 764a1a63..4d704d7b 100644
--- a/mate-platform/pom.xml
+++ b/mate-platform/pom.xml
@@ -5,7 +5,7 @@
matecloud
vip.mate
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-support/mate-admin/pom.xml b/mate-support/mate-admin/pom.xml
index ba25b037..a4ae73f9 100644
--- a/mate-support/mate-admin/pom.xml
+++ b/mate-support/mate-admin/pom.xml
@@ -5,7 +5,7 @@
mate-support
vip.mate
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-support/mate-code/pom.xml b/mate-support/mate-code/pom.xml
index ef33edff..8cda27c4 100644
--- a/mate-support/mate-code/pom.xml
+++ b/mate-support/mate-code/pom.xml
@@ -5,7 +5,7 @@
mate-support
vip.mate
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-support/mate-job-admin/pom.xml b/mate-support/mate-job-admin/pom.xml
index b6a71d4c..8a2c9bdd 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
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-support/mate-job/pom.xml b/mate-support/mate-job/pom.xml
index 17ce0195..ae6350a8 100644
--- a/mate-support/mate-job/pom.xml
+++ b/mate-support/mate-job/pom.xml
@@ -5,7 +5,7 @@
mate-support
vip.mate
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-support/pom.xml b/mate-support/pom.xml
index 3a560c49..c8373d4e 100644
--- a/mate-support/pom.xml
+++ b/mate-support/pom.xml
@@ -5,7 +5,7 @@
matecloud
vip.mate
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/mate-uaa/pom.xml b/mate-uaa/pom.xml
index 63cb3f59..9d49fa88 100644
--- a/mate-uaa/pom.xml
+++ b/mate-uaa/pom.xml
@@ -5,7 +5,7 @@
matecloud
vip.mate
- 4.1.8
+ 4.2.8
4.0.0
diff --git a/pom.xml b/pom.xml
index 2bb6b252..414a9970 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
vip.mate
matecloud
pom
- 4.1.8
+ 4.2.8
matecloud
MateCloud - 基于Spring Cloud Alibaba实现的微服务架构
@@ -24,7 +24,7 @@
- 4.1.8
+ 4.2.8
1.8
3.8.1
UTF-8