diff --git a/README.md b/README.md index f234042a4..095621276 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,15 @@

Spring Authorization Server 1.1.1 Spring Boot 3.1.2 - Spring Cloud 2022.0.3 + Spring Cloud 2022.0.4 Spring Cloud Alibaba 2022.0.0.0 - Spring Cloud Tencent 1.11.7-2022.0.1 + Spring Cloud Tencent 1.11.8-2022.0.1 Nacos 2.2.4

- Version 3.1.2.0 - Dante Engine 3.1.2.0 - Dante OSS 1.1.2 + Version 3.1.2.1 + Dante Engine 3.1.2.1 + Dante OSS 1.2.0 Java 17 License Apache 2.0 Total Visits @@ -41,7 +41,7 @@ ## 企业级技术中台微服务架构与服务能力开发平台 -Dante Cloud (但丁,原 Eurynome Cloud) 是一款企业级微服务架构和服务能力开发平台,是采用领域驱动模型(DDD)设计思想的、全面拥抱 Spring Authorization Server 的、基于 OAuth2.1 协议的、支持智能电视、IoT等物联网设备认证的微服务架构。基于 Spring Authorization Server 1.1.1、Spring Boot 3.1.2、Spring Cloud 2022.0.3、Spring Cloud Tencent 1.11.7-2022.0.1、Spring Cloud Alibaba 2022.0.0.0、Nacos 2.2.4 等主流技术栈开发的多租户系统,遵循SpringBoot 编程思想,高度模块化和可配置化。具备服务发现、配置、熔断、限流、降级、监控、多级缓存、分布式事务、工作流等功能。 +Dante Cloud (但丁,原 Eurynome Cloud) 是一款企业级微服务架构和服务能力开发平台,是采用领域驱动模型(DDD)设计思想的、全面拥抱 Spring Authorization Server 的、基于 OAuth2.1 协议的、支持智能电视、IoT等物联网设备认证的微服务架构。基于 Spring Authorization Server 1.1.1、Spring Boot 3.1.2、Spring Cloud 2022.0.4、Spring Cloud Tencent 1.11.8-2022.0.1、Spring Cloud Alibaba 2022.0.0.0、Nacos 2.2.4 等主流技术栈开发的多租户系统,遵循SpringBoot 编程思想,高度模块化和可配置化。具备服务发现、配置、熔断、限流、降级、监控、多级缓存、分布式事务、工作流等功能。 ## 定位 @@ -147,14 +147,14 @@ Dante Cloud (但丁,原 Eurynome Cloud) 是一款企业级微服务架构和 | 组件 | 版本 | |-----------------------------|-----------------| | Spring Boot | 3.1.2 | -| Spring Cloud | 2022.0.3 | +| Spring Cloud | 2022.0.4 | | Spring Cloud Alibaba | 2022.0.0.0 | -| Spring Cloud Tencent | 1.11.7-2022.0.1 | +| Spring Cloud Tencent | 1.11.8-2022.0.1 | | Spring Authorization Server | 1.1.1 | | Spring Boot Admin | 3.1.3 | | Nacos | 2.2.4 | -| Sentinel | 1.8.5 | -| Seata | 1.5.2 | +| Sentinel | 1.8.6 | +| Seata | 1.7.0 | > Spring 全家桶版本对应关系,详见:[版本说明](https://github.com/alibaba/spring-cloud-alibaba/wiki/%E7%89%88%E6%9C%AC%E8%AF%B4%E6%98%8E) diff --git a/configurations/backup/alibaba/3.1.1.3/nacos_config_export_20230713230305.zip b/configurations/backup/alibaba/3.1.2.1/nacos_config_export_20230713230305.zip similarity index 100% rename from configurations/backup/alibaba/3.1.1.3/nacos_config_export_20230713230305.zip rename to configurations/backup/alibaba/3.1.2.1/nacos_config_export_20230713230305.zip diff --git a/configurations/docker/docker-compose/linux/herodotus/.env b/configurations/docker/docker-compose/linux/herodotus/.env index 5e8df6e23..4cb17a94d 100644 --- a/configurations/docker/docker-compose/linux/herodotus/.env +++ b/configurations/docker/docker-compose/linux/herodotus/.env @@ -1,4 +1,4 @@ -VERSION=3.1.2.0 +VERSION=3.1.2.1 GATEWAY_SERVICE_NAME=dante-cloud-gateway GATEWAY_SERVICE_PORT=8847 UAA_SERVICE_NAME=dante-cloud-uaa diff --git a/configurations/docker/docker-compose/linux/herodotus/env.oss.yml b/configurations/docker/docker-compose/linux/herodotus/env.oss.yml index 4fedb24a1..38996acc8 100644 --- a/configurations/docker/docker-compose/linux/herodotus/env.oss.yml +++ b/configurations/docker/docker-compose/linux/herodotus/env.oss.yml @@ -1,7 +1,7 @@ version: '3.8' services: minio: - image: quay.io/minio/minio:RELEASE.2023-07-18T17-49-40Z + image: quay.io/minio/minio:RELEASE.2023-07-21T21-12-44Z container_name: minio hostname: minio ports: diff --git a/configurations/docker/docker-compose/windows/herodotus/.env b/configurations/docker/docker-compose/windows/herodotus/.env index 5e8df6e23..4cb17a94d 100644 --- a/configurations/docker/docker-compose/windows/herodotus/.env +++ b/configurations/docker/docker-compose/windows/herodotus/.env @@ -1,4 +1,4 @@ -VERSION=3.1.2.0 +VERSION=3.1.2.1 GATEWAY_SERVICE_NAME=dante-cloud-gateway GATEWAY_SERVICE_PORT=8847 UAA_SERVICE_NAME=dante-cloud-uaa diff --git a/configurations/docker/docker-compose/windows/herodotus/env.oss.yml b/configurations/docker/docker-compose/windows/herodotus/env.oss.yml index ebc12cad3..f0396076b 100644 --- a/configurations/docker/docker-compose/windows/herodotus/env.oss.yml +++ b/configurations/docker/docker-compose/windows/herodotus/env.oss.yml @@ -1,7 +1,7 @@ version: '3.8' services: minio: - image: quay.io/minio/minio:RELEASE.2023-07-18T17-49-40Z + image: quay.io/minio/minio:RELEASE.2023-07-21T21-12-44Z container_name: minio hostname: minio ports: diff --git a/dependencies/pom.xml b/dependencies/pom.xml index f7a07919e..d7cd51a91 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -32,13 +32,13 @@ cn.herodotus.engine dependencies - 3.1.2.0 + 3.1.2.1 cn.herodotus.dante dependencies - 3.1.2.0 + 3.1.2.1 pom dante-cloud-dependencies @@ -58,7 +58,7 @@ - 1.1.2 + 1.2.0 diff --git a/modules/dante-module-common/pom.xml b/modules/dante-module-common/pom.xml index 651abcca0..688e5c2f5 100644 --- a/modules/dante-module-common/pom.xml +++ b/modules/dante-module-common/pom.xml @@ -32,11 +32,11 @@ modules cn.herodotus.dante - 3.1.2.0 + 3.1.2.1 dante-module-common - 3.1.2.0 + 3.1.2.1 jar diff --git a/modules/dante-module-metadata/pom.xml b/modules/dante-module-metadata/pom.xml index a7f2e54cb..589ec8d12 100644 --- a/modules/dante-module-metadata/pom.xml +++ b/modules/dante-module-metadata/pom.xml @@ -32,11 +32,11 @@ modules cn.herodotus.dante - 3.1.2.0 + 3.1.2.1 dante-module-metadata - 3.1.2.0 + 3.1.2.1 jar diff --git a/modules/dante-module-security/pom.xml b/modules/dante-module-security/pom.xml index 179084d82..6770240f1 100644 --- a/modules/dante-module-security/pom.xml +++ b/modules/dante-module-security/pom.xml @@ -32,11 +32,11 @@ modules cn.herodotus.dante - 3.1.2.0 + 3.1.2.1 dante-module-security - 3.1.2.0 + 3.1.2.1 jar diff --git a/modules/dante-module-social/pom.xml b/modules/dante-module-social/pom.xml index 49da39cef..30fefed71 100644 --- a/modules/dante-module-social/pom.xml +++ b/modules/dante-module-social/pom.xml @@ -32,11 +32,11 @@ modules cn.herodotus.dante - 3.1.2.0 + 3.1.2.1 dante-module-social - 3.1.2.0 + 3.1.2.1 jar diff --git a/modules/dante-module-strategy/pom.xml b/modules/dante-module-strategy/pom.xml index ef066d43a..b266b586a 100644 --- a/modules/dante-module-strategy/pom.xml +++ b/modules/dante-module-strategy/pom.xml @@ -32,11 +32,11 @@ modules cn.herodotus.dante - 3.1.2.0 + 3.1.2.1 dante-module-strategy - 3.1.2.0 + 3.1.2.1 jar diff --git a/modules/pom.xml b/modules/pom.xml index 94efda172..a873fa8d1 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -32,11 +32,11 @@ dante-cloud cn.herodotus.dante - 3.1.2.0 + 3.1.2.1 modules - 3.1.2.0 + 3.1.2.1 pom dante-cloud-modules diff --git a/packages/authentication-spring-boot-starter/pom.xml b/packages/authentication-spring-boot-starter/pom.xml index f15443480..210b01af8 100644 --- a/packages/authentication-spring-boot-starter/pom.xml +++ b/packages/authentication-spring-boot-starter/pom.xml @@ -32,11 +32,11 @@ packages cn.herodotus.dante - 3.1.2.0 + 3.1.2.1 authentication-spring-boot-starter - 3.1.2.0 + 3.1.2.1 jar diff --git a/packages/facility-spring-boot-starter/pom.xml b/packages/facility-spring-boot-starter/pom.xml index 05c3afaed..d71436b13 100644 --- a/packages/facility-spring-boot-starter/pom.xml +++ b/packages/facility-spring-boot-starter/pom.xml @@ -30,7 +30,7 @@ packages cn.herodotus.dante - 3.1.2.0 + 3.1.2.1 4.0.0 diff --git a/packages/pom.xml b/packages/pom.xml index 29912b061..c9d6cf348 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -32,11 +32,11 @@ dante-cloud cn.herodotus.dante - 3.1.2.0 + 3.1.2.1 packages - 3.1.2.0 + 3.1.2.1 pom dante-cloud-packages diff --git a/packages/service-spring-boot-starter/pom.xml b/packages/service-spring-boot-starter/pom.xml index 6a95e629f..c954feb99 100644 --- a/packages/service-spring-boot-starter/pom.xml +++ b/packages/service-spring-boot-starter/pom.xml @@ -32,11 +32,11 @@ packages cn.herodotus.dante - 3.1.2.0 + 3.1.2.1 service-spring-boot-starter - 3.1.2.0 + 3.1.2.1 jar diff --git a/platform/dante-cloud-gateway/pom.xml b/platform/dante-cloud-gateway/pom.xml index 27a863cc0..56f6a3393 100644 --- a/platform/dante-cloud-gateway/pom.xml +++ b/platform/dante-cloud-gateway/pom.xml @@ -32,11 +32,11 @@ platform cn.herodotus.dante - 3.1.2.0 + 3.1.2.1 dante-cloud-gateway - 3.1.2.0 + 3.1.2.1 jar diff --git a/platform/dante-cloud-message/pom.xml b/platform/dante-cloud-message/pom.xml index 9fb867113..46e315569 100644 --- a/platform/dante-cloud-message/pom.xml +++ b/platform/dante-cloud-message/pom.xml @@ -31,11 +31,11 @@ cn.herodotus.dante platform - 3.1.2.0 + 3.1.2.1 dante-cloud-message - 3.1.2.0 + 3.1.2.1 jar diff --git a/platform/dante-cloud-monitor/pom.xml b/platform/dante-cloud-monitor/pom.xml index 24d4fe787..b29ebafa0 100644 --- a/platform/dante-cloud-monitor/pom.xml +++ b/platform/dante-cloud-monitor/pom.xml @@ -30,11 +30,11 @@ platform cn.herodotus.dante - 3.1.2.0 + 3.1.2.1 dante-cloud-monitor - 3.1.2.0 + 3.1.2.1 dante-cloud-monitor dante-cloud-monitor diff --git a/platform/dante-cloud-uaa/pom.xml b/platform/dante-cloud-uaa/pom.xml index f0aa7548b..046f43b4a 100644 --- a/platform/dante-cloud-uaa/pom.xml +++ b/platform/dante-cloud-uaa/pom.xml @@ -32,11 +32,11 @@ platform cn.herodotus.dante - 3.1.2.0 + 3.1.2.1 dante-cloud-uaa - 3.1.2.0 + 3.1.2.1 jar diff --git a/platform/dante-cloud-upms/pom.xml b/platform/dante-cloud-upms/pom.xml index 956277cf1..72a0cea5b 100644 --- a/platform/dante-cloud-upms/pom.xml +++ b/platform/dante-cloud-upms/pom.xml @@ -30,12 +30,12 @@ platform cn.herodotus.dante - 3.1.2.0 + 3.1.2.1 4.0.0 dante-cloud-upms - 3.1.2.0 + 3.1.2.1 diff --git a/platform/pom.xml b/platform/pom.xml index e3530bc99..c5b2c2511 100644 --- a/platform/pom.xml +++ b/platform/pom.xml @@ -32,7 +32,7 @@ dante-cloud cn.herodotus.dante - 3.1.2.0 + 3.1.2.1 platform diff --git a/pom.xml b/pom.xml index de3954efb..41044f93d 100644 --- a/pom.xml +++ b/pom.xml @@ -32,12 +32,12 @@ cn.herodotus.dante dependencies - 3.1.2.0 + 3.1.2.1 dependencies/pom.xml dante-cloud - 3.1.2.0 + 3.1.2.1 pom dante-cloud diff --git a/services/dante-cloud-bpmn-ability/pom.xml b/services/dante-cloud-bpmn-ability/pom.xml index a08331729..575ce9873 100644 --- a/services/dante-cloud-bpmn-ability/pom.xml +++ b/services/dante-cloud-bpmn-ability/pom.xml @@ -31,11 +31,11 @@ services cn.herodotus.dante - 3.1.2.0 + 3.1.2.1 dante-cloud-bpmn-ability - 3.1.2.0 + 3.1.2.1 dante-cloud-bpmn-ability 基于Camunda工作流的服务 diff --git a/services/dante-cloud-bpmn-logic/pom.xml b/services/dante-cloud-bpmn-logic/pom.xml index acbd815bf..9e4a2cd6d 100644 --- a/services/dante-cloud-bpmn-logic/pom.xml +++ b/services/dante-cloud-bpmn-logic/pom.xml @@ -32,11 +32,11 @@ services cn.herodotus.dante - 3.1.2.0 + 3.1.2.1 dante-cloud-bpmn-logic - 3.1.2.0 + 3.1.2.1 jar diff --git a/services/dante-cloud-oss-ability/pom.xml b/services/dante-cloud-oss-ability/pom.xml index c1194a792..ee1200ae5 100644 --- a/services/dante-cloud-oss-ability/pom.xml +++ b/services/dante-cloud-oss-ability/pom.xml @@ -31,11 +31,11 @@ cn.herodotus.dante services - 3.1.2.0 + 3.1.2.1 dante-cloud-oss-ability - 3.1.2.0 + 3.1.2.1 jar diff --git a/services/pom.xml b/services/pom.xml index 46970680d..83a5e7e95 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -32,11 +32,11 @@ dante-cloud cn.herodotus.dante - 3.1.2.0 + 3.1.2.1 services - 3.1.2.0 + 3.1.2.1 pom dante-cloud-services