Skip to content

Commit

Permalink
Merge pull request #222 from shiyindaxiaojie/feature
Browse files Browse the repository at this point in the history
Feature
  • Loading branch information
shiyindaxiaojie authored Oct 29, 2024
2 parents ec84d9d + 03314de commit f095407
Show file tree
Hide file tree
Showing 414 changed files with 1,172 additions and 981 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
实现最终一致性,详见 [`eden-consistency-task`](https://github.com/shiyindaxiaojie/eden-architect/tree/main/eden-components/eden-solutions/eden-consistency-task)
- 自研全链路标记组件,支持常用组件的影子库切换,详见 [`eden-full-tracing`](https://github.com/shiyindaxiaojie/eden-architect/tree/main/eden-components/eden-solutions/eden-full-tracing)
- 封装授权认证组件,支持 `OAuth2``JWT`
无缝切换,详见 [`eden-dynamic-security`](https://github.com/shiyindaxiaojie/eden-architect/tree/main/eden-components/eden-solutions/eden-dynamic-security)
无缝切换,详见 [`eden-common-security`](https://github.com/shiyindaxiaojie/eden-architect/tree/main/eden-components/eden-solutions/eden-dynamic-security)
- 封装数据审计组件,提供数据比对、数据脱敏功能,详见 [`eden-data-auditor`](https://github.com/shiyindaxiaojie/eden-architect/tree/main/eden-components/eden-solutions/eden-data-auditor)
- 封装数据过滤组件,提供数据去重、敏感词过滤功能,详见 [`eden-data-filter`](https://github.com/shiyindaxiaojie/eden-architect/tree/main/eden-components/eden-solutions/eden-data-filter)
- 封装事件审计组件,支持 SpEL
Expand Down Expand Up @@ -41,19 +41,19 @@
- 基于 `COLA4` 扩展,重构 `DTO`
、状态机、业务扩展点等组件,详见 [`eden-cola`](https://github.com/shiyindaxiaojie/eden-architect/tree/main/eden-components/eden-cola)
- 封装分布式缓存组件,支持 `Redis``Caffeine``Guava` 无缝切换,接入 `JD HotKey` 或者 `Sentinel`
可实现多级缓存动态切换,详见 [`eden-dynamic-cache`](https://github.com/shiyindaxiaojie/eden-architect/tree/main/eden-components/eden-solutions/eden-dynamic-cache)
可实现多级缓存动态切换,详见 [`eden-common-cache`](https://github.com/shiyindaxiaojie/eden-architect/tree/main/eden-components/eden-solutions/eden-common-cache)
- 封装消息队列组件,支持 `RocketMQ``Kafka``Pulsar`
无缝切换,详见 [`eden-dynamic-mq`](https://github.com/shiyindaxiaojie/eden-architect/tree/main/eden-components/eden-solutions/eden-dynamic-mq)
无缝切换,详见 [`eden-common-mq`](https://github.com/shiyindaxiaojie/eden-architect/tree/main/eden-components/eden-solutions/eden-common-mq)
- 封装分布式锁组件,支持 `Redisson``Jedis``Curator``Zookeeper`
无缝切换,详见 [`eden-distrubuted-lock`](https://github.com/shiyindaxiaojie/eden-architect/tree/main/eden-components/eden-solutions/eden-distrubuted-lock)
- 封装分布式唯一ID组件,支持 `Leaf``UIDGenerator``TinyId``Snowflake`
无缝切换,详见 [`eden-distrubuted-uid`](https://github.com/shiyindaxiaojie/eden-architect/tree/main/eden-components/eden-solutions/eden-distrubuted-uid)
- 封装幂等性处理组件,提供 `Token` (校验令牌)或者 `TTL`
(过期时间)两种解决方案,详见 [`eden-idempotent`](https://github.com/shiyindaxiaojie/eden-architect/tree/main/eden-components/eden-solutions/eden-idempotent)
- 封装 SMS
组件,支持阿里云、腾讯云、梦网、亿美等短信平台组件无缝切换,详见 [`eden-dynamic-sms`](https://github.com/shiyindaxiaojie/eden-architect/tree/main/eden-components/eden-solutions/eden-dynamic-sms)
组件,支持阿里云、腾讯云、梦网、亿美等短信平台组件无缝切换,详见 [`eden-common-sms`](https://github.com/shiyindaxiaojie/eden-architect/tree/main/eden-components/eden-solutions/eden-common-sms)
- 封装 Mail 组件,由于使用较少,目前仅接入 `JavaMail`
组件,详见 [`eden-dynamic-mail`](https://github.com/shiyindaxiaojie/eden-architect/tree/main/eden-components/eden-solutions/eden-dynamic-mail)
组件,详见 [`eden-common-mail`](https://github.com/shiyindaxiaojie/eden-architect/tree/main/eden-components/eden-solutions/eden-common-mail)

### IMPROVEMENTS

Expand Down
62 changes: 31 additions & 31 deletions eden-components/eden-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,62 +383,67 @@
<!-- 解决方案 -->
<dependency>
<groupId>io.github.shiyindaxiaojie</groupId>
<artifactId>eden-consistency-task</artifactId>
<artifactId>eden-common-cache</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.shiyindaxiaojie</groupId>
<artifactId>eden-data-auditor</artifactId>
<artifactId>eden-common-excel</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.shiyindaxiaojie</groupId>
<artifactId>eden-data-crypto</artifactId>
<artifactId>eden-common-mail</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.shiyindaxiaojie</groupId>
<artifactId>eden-data-filter</artifactId>
<artifactId>eden-common-mq</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.shiyindaxiaojie</groupId>
<artifactId>eden-distributed-lock</artifactId>
<artifactId>eden-common-security</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.shiyindaxiaojie</groupId>
<artifactId>eden-distributed-uid</artifactId>
<artifactId>eden-common-sms</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.shiyindaxiaojie</groupId>
<artifactId>eden-dynamic-cache</artifactId>
<artifactId>eden-consistency-task</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.shiyindaxiaojie</groupId>
<artifactId>eden-dynamic-excel</artifactId>
<artifactId>eden-data-crypto</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.shiyindaxiaojie</groupId>
<artifactId>eden-dynamic-mail</artifactId>
<artifactId>eden-data-differ</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.shiyindaxiaojie</groupId>
<artifactId>eden-dynamic-mq</artifactId>
<artifactId>eden-data-duplicate</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.shiyindaxiaojie</groupId>
<artifactId>eden-dynamic-security</artifactId>
<artifactId>eden-data-masker</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.shiyindaxiaojie</groupId>
<artifactId>eden-dynamic-sms</artifactId>
<artifactId>eden-distributed-lock</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.shiyindaxiaojie</groupId>
<artifactId>eden-distributed-uid</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
Expand All @@ -461,16 +466,16 @@
<artifactId>eden-idempotent</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>

<!-- 自定义 Spring Boot Starters -->
<dependency>
<groupId>io.github.shiyindaxiaojie</groupId>
<artifactId>eden-arthas-spring-boot-starter</artifactId>
<artifactId>eden-sensitive-word</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>

<!-- 自定义 Spring Boot Starters -->
<dependency>
<groupId>io.github.shiyindaxiaojie</groupId>
<artifactId>eden-data-filter-spring-boot-starter</artifactId>
<artifactId>eden-arthas-spring-boot-starter</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
Expand All @@ -485,57 +490,52 @@
</dependency>
<dependency>
<groupId>io.github.shiyindaxiaojie</groupId>
<artifactId>eden-consistency-task-spring-boot-starter</artifactId>
<artifactId>eden-common-cache-spring-boot-starter</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.shiyindaxiaojie</groupId>
<artifactId>eden-curator-spring-boot-starter</artifactId>
<artifactId>eden-common-excel-spring-boot-starter</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.shiyindaxiaojie</groupId>
<artifactId>eden-distributed-lock-spring-boot-starter</artifactId>
<artifactId>eden-common-mail-spring-boot-starter</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.shiyindaxiaojie</groupId>
<artifactId>eden-distributed-uid-spring-boot-starter</artifactId>
<artifactId>eden-common-mq-spring-boot-starter</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.shiyindaxiaojie</groupId>
<artifactId>eden-druid-spring-boot-starter</artifactId>
<artifactId>eden-common-security-spring-boot-starter</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.shiyindaxiaojie</groupId>
<artifactId>eden-dynamic-cache-spring-boot-starter</artifactId>
<artifactId>eden-common-sms-spring-boot-starter</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.shiyindaxiaojie</groupId>
<artifactId>eden-dynamic-excel-spring-boot-starter</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.shiyindaxiaojie</groupId>
<artifactId>eden-dynamic-mail-spring-boot-starter</artifactId>
<artifactId>eden-curator-spring-boot-starter</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.shiyindaxiaojie</groupId>
<artifactId>eden-dynamic-mq-spring-boot-starter</artifactId>
<artifactId>eden-distributed-lock-spring-boot-starter</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.shiyindaxiaojie</groupId>
<artifactId>eden-dynamic-security-spring-boot-starter</artifactId>
<artifactId>eden-distributed-uid-spring-boot-starter</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.shiyindaxiaojie</groupId>
<artifactId>eden-dynamic-sms-spring-boot-starter</artifactId>
<artifactId>eden-druid-spring-boot-starter</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>eden-dynamic-cache</artifactId>
<artifactId>eden-common-cache</artifactId>
<packaging>jar</packaging>
<name>eden-dynamic-cache</name>
<name>eden-common-cache</name>
<description>通用缓存组件</description>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>eden-dynamic-excel</artifactId>
<artifactId>eden-common-excel</artifactId>
<packaging>jar</packaging>
<name>eden-dynamic-excel</name>
<name>eden-common-excel</name>
<description>通用Excel组件</description>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>eden-dynamic-mail</artifactId>
<artifactId>eden-common-mail</artifactId>
<packaging>jar</packaging>
<name>eden-dynamic-mail</name>
<name>eden-common-mail</name>
<description>通用邮件组件</description>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>eden-dynamic-mq</artifactId>
<artifactId>eden-common-mq</artifactId>
<packaging>jar</packaging>
<name>eden-dynamic-mq</name>
<name>eden-common-mq</name>
<description>通用消息队列组件</description>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>eden-dynamic-security</artifactId>
<artifactId>eden-common-security</artifactId>
<packaging>jar</packaging>
<name>eden-dynamic-security</name>
<name>eden-common-security</name>
<description>通用认证授权组件</description>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>eden-dynamic-sms</artifactId>
<artifactId>eden-common-sms</artifactId>
<packaging>jar</packaging>
<name>eden-dynamic-sms</name>
<name>eden-common-sms</name>
<description>通用短信组件</description>

<dependencies>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit f095407

Please sign in to comment.