Skip to content

Commit

Permalink
🔖 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lltx committed Dec 4, 2024
1 parent 5c9ea2c commit 7104bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 64 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/oss-snapshot-deploy.yml

This file was deleted.

25 changes: 2 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,38 +38,17 @@ key=ip+url+args

| 版本 | 支持 |
|-------|--|
| 0.4.0 | 适配 SpringBoot3.x |
| 0.5.0 | 适配 SpringBoot3.x |
| 0.1.0 | 适配 SpringBoot2.x |

```java
<dependency>
<groupId>com.pig4cloud.plugin</groupId>
<artifactId>idempotent-spring-boot-starter</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
</dependency>

- 使用快照

<dependency>
<groupId>com.pig4cloud.plugin</groupId>
<artifactId>idempotent-spring-boot-starter</artifactId>
<version>0.4.1-SNAPSHOT</version>
</dependency>

<repositories>
<repository>
<id>snapshots</id>
<name>Excel Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
```



- 2. 配置 redis 链接相关信息

```yaml
Expand Down

0 comments on commit 7104bcc

Please sign in to comment.