Skip to content

Commit

Permalink
🔖 Releasing / Version tags. 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbw committed Nov 27, 2023
1 parent fcd1340 commit 1dbbfca
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 572 deletions.
114 changes: 0 additions & 114 deletions .mvn/wrapper/MavenWrapperDownloader.java

This file was deleted.

Binary file removed .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
1 change: 0 additions & 1 deletion .mvn/wrapper/maven-wrapper.properties

This file was deleted.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,24 @@ key=ip+url+args

- 1. 引入依赖

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

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

- 使用快照

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

<repositories>
Expand Down
Loading

0 comments on commit 1dbbfca

Please sign in to comment.