Skip to content

Commit 7104bcc

Browse files
committed
🔖 0.5.0
1 parent 5c9ea2c commit 7104bcc

File tree

2 files changed

+2
-64
lines changed

2 files changed

+2
-64
lines changed

.github/workflows/oss-snapshot-deploy.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -38,38 +38,17 @@ key=ip+url+args
3838

3939
| 版本 | 支持 |
4040
|-------|--|
41-
| 0.4.0 | 适配 SpringBoot3.x |
41+
| 0.5.0 | 适配 SpringBoot3.x |
4242
| 0.1.0 | 适配 SpringBoot2.x |
4343

4444
```java
4545
<dependency>
4646
<groupId>com.pig4cloud.plugin</groupId>
4747
<artifactId>idempotent-spring-boot-starter</artifactId>
48-
<version>0.4.0</version>
48+
<version>0.5.0</version>
4949
</dependency>
50-
51-
- 使用快照
52-
53-
<dependency>
54-
<groupId>com.pig4cloud.plugin</groupId>
55-
<artifactId>idempotent-spring-boot-starter</artifactId>
56-
<version>0.4.1-SNAPSHOT</version>
57-
</dependency>
58-
59-
<repositories>
60-
<repository>
61-
<id>snapshots</id>
62-
<name>Excel Snapshots</name>
63-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
64-
<releases>
65-
<enabled>false</enabled>
66-
</releases>
67-
</repository>
68-
</repositories>
6950
```
7051

71-
72-
7352
- 2. 配置 redis 链接相关信息
7453

7554
```yaml

0 commit comments

Comments
 (0)