Skip to content

Commit

Permalink
🩹 fix: v3.0.5.4
Browse files Browse the repository at this point in the history
- 主要更新
  - [升级] Nacos 版本升级至 2.2.2
- 其它更新
  - [修复] 收DeviceController类的success()方法影响,导致授权码模式页面跳转错误问题。fix: #I6US82 (ISSUED by 大叔丨小巷)
  • Loading branch information
herodotus-ecosystem committed Apr 11, 2023
1 parent b810e07 commit 00ea105
Show file tree
Hide file tree
Showing 32 changed files with 52 additions and 51 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<a href="https://spring.io/projects/spring-cloud" target="_blank"><img src="https://shields.io/badge/Spring%20Cloud-2022.0.2-blue.svg?logo=spring" alt="Spring Cloud 2022.0.2"></a>
<a href="https://github.com/alibaba/spring-cloud-alibaba" target="_blank"><img src="https://shields.io/badge/Spring%20Cloud%20Alibaba-2022.0.0.0-blue.svg?logo=alibabadotcom" alt="Spring Cloud Alibaba 2022.0.0.0"></a>
<a href="https://github.com/Tencent/spring-cloud-tencent" target="_blank"><img src="https://img.shields.io/badge/Spring%20Cloud%20Tencent-1.10.3--2022.0.1-blue.svg?logo=tencentqq" alt="Spring Cloud Tencent 1.10.3-2022.0.1"></a>
<a href="https://nacos.io/zh-cn/index.html" target="_blank"><img src="https://shields.io/badge/Nacos-2.2.1-brightgreen.svg?logo=alibabadotcom" alt="Nacos 2.2.1"></a>
<a href="https://nacos.io/zh-cn/index.html" target="_blank"><img src="https://shields.io/badge/Nacos-2.2.2-brightgreen.svg?logo=alibabadotcom" alt="Nacos 2.2.2"></a>
</p>
<p align="center">
<a href="#" target="_blank"><img src="https://shields.io/badge/Version-3.0.5.3-red.svg?logo=spring" alt="Version 3.0.5.3"></a>
<a href="#" target="_blank"><img src="https://shields.io/badge/Version-3.0.5.4-red.svg?logo=spring" alt="Version 3.0.5.4"></a>
<a href="https://bell-sw.com/pages/downloads/#downloads" target="_blank"><img src="https://img.shields.io/badge/JDK-17%2B-green.svg?logo=openjdk" alt="Java 17"></a>
<a href="./LICENSE"><img src="https://shields.io/badge/License-Apache--2.0-blue.svg?logo=apache" alt="License Apache 2.0"></a>
<a href="https://www.herodotus.cn"><img src="https://visitor-badge.laobi.icu/badge?page_id=dante-cloud&title=Total%20Visits" alt="Total Visits"></a>
Expand All @@ -37,7 +37,7 @@

## 企业级技术中台微服务架构与服务能力开发平台

Dante Cloud (但丁,原 Eurynome Cloud) 是一款企业级微服务架构和服务能力开发平台,是采用领域驱动设计(DDD)的、全面拥抱 Spring Authorization Server 的、基于 OAuth2.1 协议的微服务架构。基于 Spring Authorization Server 1.1.0、Spring Boot 3.0.5、Spring Cloud 2022.0.2、Spring Cloud Tencent 1.10.3-2022.0.1、Spring Cloud Alibaba 2022.0.0.0、Nacos 2.2.1 等主流技术栈开发的多租户系统,遵循 SpringBoot 编程思想,高度模块化和可配置化。具备服务发现、配置、熔断、限流、降级、监控、多级缓存、分布式事务、工作流等功能。
Dante Cloud (但丁,原 Eurynome Cloud) 是一款企业级微服务架构和服务能力开发平台,是采用领域驱动设计(DDD)的、全面拥抱 Spring Authorization Server 的、基于 OAuth2.1 协议的微服务架构。基于 Spring Authorization Server 1.1.0、Spring Boot 3.0.5、Spring Cloud 2022.0.2、Spring Cloud Tencent 1.10.3-2022.0.1、Spring Cloud Alibaba 2022.0.0.0、Nacos 2.2.2 等主流技术栈开发的多租户系统,遵循 SpringBoot 编程思想,高度模块化和可配置化。具备服务发现、配置、熔断、限流、降级、监控、多级缓存、分布式事务、工作流等功能。

## 平台定位

Expand Down Expand Up @@ -144,7 +144,7 @@ Dante Cloud 3.X 是“激进”尝鲜版本,周边生态的新技术、新特
| Spring Cloud Tencent | 1.10.3-2022.0.1 |
| Spring Authorization Server | 1.1.0 |
| Spring Boot Admin | 3.0.1 |
| Nacos | 2.2.1 |
| Nacos | 2.2.2 |
| Sentinel | 1.8.5 |
| Seata | 1.5.2 |

Expand Down Expand Up @@ -283,6 +283,7 @@ dante-cloud
| Zkey Z | 2023-03-18 |
| 志国欧巴 | 2023-03-27 |
| michael | 2023-04-07 |
| 大叔丨小巷 | 2023-04-11 |

### 开源项目

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion configurations/docker/docker-compose/linux/herodotus/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=3.0.5.3
VERSION=3.0.5.4
GATEWAY_SERVICE_NAME=dante-cloud-gateway
GATEWAY_SERVICE_PORT=8847
UAA_SERVICE_NAME=dante-cloud-uaa
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
nacos:
image: nacos/nacos-server:v2.2.1
image: nacos/nacos-server:v2.2.2
container_name: nacos
hostname: nacos
restart: always
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
nacos:
image: nacos/nacos-server:v2.2.1
image: nacos/nacos-server:v2.2.2
container_name: nacos
hostname: nacos
environment:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=3.0.5.3
VERSION=3.0.5.4
GATEWAY_SERVICE_NAME=dante-cloud-gateway
GATEWAY_SERVICE_PORT=8847
UAA_SERVICE_NAME=dante-cloud-uaa
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
nacos:
image: nacos/nacos-server:v2.2.1
image: nacos/nacos-server:v2.2.2
container_name: nacos
hostname: nacos
restart: always
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
nacos:
image: nacos/nacos-server:v2.2.1
image: nacos/nacos-server:v2.2.2
container_name: nacos
environment:
MODE: standalone
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
nacos:
image: nacos/nacos-server:v2.2.1
image: nacos/nacos-server:v2.2.2
container_name: nacos
environment:
MODE: standalone
Expand Down
4 changes: 2 additions & 2 deletions dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
<parent>
<groupId>cn.herodotus.engine</groupId>
<artifactId>dependencies</artifactId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
<relativePath/>
</parent>

<groupId>cn.herodotus.dante</groupId>
<artifactId>dependencies</artifactId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
<packaging>pom</packaging>

<name>dante-cloud-dependencies</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/dante-module-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>modules</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
</parent>

<artifactId>dante-module-common</artifactId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions modules/dante-module-metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>modules</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
</parent>

<artifactId>dante-module-metadata</artifactId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions modules/dante-module-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>modules</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
</parent>

<artifactId>dante-module-security</artifactId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions modules/dante-module-social/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>modules</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
</parent>

<artifactId>dante-module-social</artifactId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions modules/dante-module-strategy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>modules</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
</parent>

<artifactId>dante-module-strategy</artifactId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>dante-cloud</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
</parent>

<artifactId>modules</artifactId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
<packaging>pom</packaging>

<name>dante-cloud-modules</name>
Expand Down
4 changes: 2 additions & 2 deletions packages/authentication-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
</parent>

<artifactId>authentication-spring-boot-starter</artifactId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion packages/facility-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions packages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>dante-cloud</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
</parent>

<artifactId>packages</artifactId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
<packaging>pom</packaging>

<name>dante-cloud-packages</name>
Expand Down
4 changes: 2 additions & 2 deletions packages/service-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
</parent>

<artifactId>service-spring-boot-starter</artifactId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions platform/dante-cloud-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>platform</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
</parent>

<artifactId>dante-cloud-gateway</artifactId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions platform/dante-cloud-message/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
<parent>
<groupId>cn.herodotus.dante</groupId>
<artifactId>platform</artifactId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
</parent>

<artifactId>dante-cloud-message</artifactId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions platform/dante-cloud-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
<parent>
<artifactId>platform</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
</parent>

<artifactId>dante-cloud-monitor</artifactId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
<name>dante-cloud-monitor</name>
<description>dante-cloud-monitor</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions platform/dante-cloud-uaa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>platform</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
</parent>

<artifactId>dante-cloud-uaa</artifactId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions platform/dante-cloud-upms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
<parent>
<artifactId>platform</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>dante-cloud-upms</artifactId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<artifactId>dante-cloud</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
</parent>

<artifactId>platform</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
<parent>
<groupId>cn.herodotus.dante</groupId>
<artifactId>dependencies</artifactId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
<relativePath>dependencies/pom.xml</relativePath>
</parent>

<artifactId>dante-cloud</artifactId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
<packaging>pom</packaging>

<name>dante-cloud</name>
Expand Down
4 changes: 2 additions & 2 deletions services/dante-cloud-bpmn-ability/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
<parent>
<artifactId>services</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
</parent>

<artifactId>dante-cloud-bpmn-ability</artifactId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>

<name>dante-cloud-bpmn-ability</name>
<description>基于Camunda工作流的服务</description>
Expand Down
4 changes: 2 additions & 2 deletions services/dante-cloud-bpmn-logic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>services</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
</parent>

<artifactId>dante-cloud-bpmn-logic</artifactId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>dante-cloud</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
</parent>

<artifactId>services</artifactId>
<version>3.0.5.3</version>
<version>3.0.5.4</version>
<packaging>pom</packaging>

<name>dante-cloud-services</name>
Expand Down

0 comments on commit 00ea105

Please sign in to comment.