Skip to content

Commit 5fff494

Browse files
tumastermiemieYaho
authored andcommitted
fix: Redission typo
1 parent 58455c9 commit 5fff494

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
- [Dynamic-Datasource](https://gitee.com/baomidou/dynamic-datasource-spring-boot-starter) - 基于 SpringBoot 的多数据源组件,功能强悍,支持 Seata 分布式事务。
3838
- [Shuan](https://gitee.com/baomidou/shaun) - 基于 Pac4J-JWT 的 WEB 安全组件, 快速集成。
3939
- [Kisso](https://github.com/baomidou/kisso) - 基于 Cookie 的单点登录组件。
40-
- [Lock4j](https://gitee.com/baomidou/lock4j) - 基于 SpringBoot 同时支持 RedisTemplate、Redission、Zookeeper 的分布式锁组件。
40+
- [Lock4j](https://gitee.com/baomidou/lock4j) - 基于 SpringBoot 同时支持 RedisTemplate、Redisson、Zookeeper 的分布式锁组件。
4141
- [Kaptcha](https://gitee.com/baomidou/kaptcha-spring-boot-starter) - 基于 SpringBoot 和 Google Kaptcha 的简单验证码组件,简单验证码就选它。
4242
- [FlowLong](https://gitee.com/aizuda/flowlong) - 真正的国产工作流引擎,为中国特色审批匠心打造。
4343
- [SnailJob](https://gitee.com/aizuda/snail-job) - 分布式任务重试和调度平台。

src/content/docs/en/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ import { Card, CardGrid, LinkCard } from '@astrojs/starlight/components';
9393
/>
9494
<LinkCard
9595
title="Lock4j"
96-
description="A distributed lock component based on SpringBoot, supporting RedisTemplate, Redission, and Zookeeper simultaneously."
96+
description="A distributed lock component based on SpringBoot, supporting RedisTemplate, Redisson, and Zookeeper simultaneously."
9797
href="https://gitee.com/baomidou/lock4j"
9898
/>
9999
<LinkCard

src/content/docs/en/resources/eco-system.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import { Card, CardGrid, LinkCard } from '@astrojs/starlight/components';
4141
/>
4242
<LinkCard
4343
title="Lock4j"
44-
description="A distributed lock component based on SpringBoot, supporting RedisTemplate, Redission, and Zookeeper simultaneously."
44+
description="A distributed lock component based on SpringBoot, supporting RedisTemplate, Redisson, and Zookeeper simultaneously."
4545
href="https://gitee.com/baomidou/lock4j"
4646
/>
4747
<LinkCard

src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ import { Card, CardGrid, LinkCard } from '@astrojs/starlight/components';
8888
/>
8989
<LinkCard
9090
title="Lock4j"
91-
description="基于 SpringBoot 同时支持 RedisTemplate、Redission、Zookeeper 的分布式锁组件。"
91+
description="基于 SpringBoot 同时支持 RedisTemplate、Redisson、Zookeeper 的分布式锁组件。"
9292
href="https://gitee.com/baomidou/lock4j"
9393
/>
9494
<LinkCard

src/content/docs/ja/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ import { Card, CardGrid, LinkCard } from '@astrojs/starlight/components';
8888
/>
8989
<LinkCard
9090
title="Lock4j"
91-
description="SpringBoot ベースで、RedisTemplate、Redission、Zookeeper を同時にサポートする分散ロックコンポーネント。"
91+
description="SpringBoot ベースで、RedisTemplate、Redisson、Zookeeper を同時にサポートする分散ロックコンポーネント。"
9292
href="https://gitee.com/baomidou/lock4j"
9393
/>
9494
<LinkCard

src/content/docs/ja/resources/eco-system.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import { Card, CardGrid, LinkCard } from '@astrojs/starlight/components';
4141
/>
4242
<LinkCard
4343
title="Lock4j"
44-
description="SpringBootベースで、RedisTemplate、Redission、Zookeeperを同時にサポートする分散ロックコンポーネント。"
44+
description="SpringBootベースで、RedisTemplate、Redisson、Zookeeperを同時にサポートする分散ロックコンポーネント。"
4545
href="https://gitee.com/baomidou/lock4j"
4646
/>
4747
<LinkCard

src/content/docs/resources/eco-system.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import { Card, CardGrid, LinkCard } from '@astrojs/starlight/components';
4141
/>
4242
<LinkCard
4343
title="Lock4j"
44-
description="基于 SpringBoot 同时支持 RedisTemplate、Redission、Zookeeper 的分布式锁组件。"
44+
description="基于 SpringBoot 同时支持 RedisTemplate、Redisson、Zookeeper 的分布式锁组件。"
4545
href="https://gitee.com/baomidou/lock4j"
4646
/>
4747
<LinkCard

0 commit comments

Comments
 (0)