-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 主要更新 - [升级] Spring Cloud 版本升级至 2023.0.2 - [新增] 新增 Token Exchange 授权模式选项 - [新增] 新增 Kafka 3 Docker Compose 配置,无需再额外 Zookeeper(如果要使用 Debezium,建议使用 Debezium 套件,这种情况下还需要启动 Zookeeper。目前还没有找到 Debezium Kafka 单点环境脱离 Zookeeper 的方案) - [新增] 新增 opengauss 数据库支持 - [新增] 新增 Nacos 鉴权配置。系统默认在 Nacos 鉴权环境运行。 - 其它更新 - [重构] 按照最新版 Spring Authorization Server 重构自定义授权模式以及扩展已有授权模式代码 - [修复] 修复授权服务器 Security Security 没有捕获不会按照统一格式输出问题 - [修复] 修复 Client Credentials 模式,Scope 授权接口校验越权问题 - [优化] 优化 Spring Data 相关配置,采用最新配置替换已过时配置 - [升级] minio docker 镜像版本升级至 RELEASE.2024-05-28T17-19-04Z - 依赖更新 - [升级] redisson 版本升级至 3.31.0 - [升级] aws-java-sdk-s3 版本升级至 1.12.733 - [升级] software.amazon.awssdk 版本升级至 2.25.63 - [升级] hutool 5.X 版本升级至 5.8.28 - [升级] hutool 版本升级至 6.0.0-M13 - [升级] alipay-sdk-java 版本升级至 4.39.86.ALL - [升级] com.baidu.aip 版本升级至 4.16.19 - [升级] sqlite-jdbc 版本升级至 3.46.0.0 - [升级] vue webjars 版本升级至 3.4.27
- Loading branch information
1 parent
cc5cdee
commit ef96bc5
Showing
51 changed files
with
86 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+14.7 KB
configurations/backup/alibaba/3.3.0.2/nacos_config_export_20240531173739.zip
Binary file not shown.
Binary file removed
BIN
-13.8 KB
configurations/backup/tencent/3.3.0.0-M1/polaris_config_202402191534.zip
Binary file not shown.
Binary file removed
BIN
-14.1 KB
configurations/backup/tencent/3.3.0.0-M2/polaris_config_202402281839.zip
Binary file not shown.
Binary file added
BIN
+15.1 KB
configurations/backup/tencent/3.3.0.0/polaris-config-202405312026.zip
Binary file not shown.
Binary file added
BIN
+15.1 KB
configurations/backup/tencent/3.3.0.1/polaris-config-202405312026.zip
Binary file not shown.
Binary file added
BIN
+15.1 KB
configurations/backup/tencent/3.3.0.2/polaris-config-202405312026.zip
Binary file not shown.
6 changes: 6 additions & 0 deletions
6
configurations/backup/yamls/common/herodotus-cloud-database-opengauss5.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
herodotus: | ||
database-information: | ||
platform: postgresql | ||
driver-class-name: org.opengauss.Driver | ||
dialect: cn.herodotus.stirrup.data.hibernate.dialect.OpenGaussDialect | ||
url: jdbc:opengauss://${herodotus.environment.database.host}:${herodotus.environment.database.port}/${herodotus.environment.database.name} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,4 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. | ||
~ | ||
~ Copyright 2020-2030 ZHENGGENGWEI<码匠君>. All rights reserved. | ||
~ | ||
~ * Author: ZHENGGENGWEI<码匠君> | ||
~ * Contact: <[email protected]> | ||
~ * Blog and source code availability: <https://gitee.com/herodotus/herodotus-cloud> | ||
--> | ||
|
||
<configuration> | ||
|
||
<include resource="org/springframework/boot/logging/logback/defaults.xml" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
configurations/docker/docker-compose/linux/herodotus/env.oss.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
configurations/docker/docker-compose/windows/herodotus/db.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
services: | ||
opengauss: | ||
image: enmotech/opengauss:latest | ||
container_name: opengauss | ||
environment: | ||
GS_PASSWORD: Hero00362255!QAZ2wsx | ||
volumes: | ||
- D:\\local-cached\\docker-volumes\\db\\opengauss:/var/lib/opengauss | ||
ports: | ||
- "25432:5432" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
configurations/docker/docker-compose/windows/herodotus/env.tracing.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.