Skip to content

Commit

Permalink
🔖 Releasing / Version tags. 0.0.2 fix AOP 抛出异常不合理 导致 全局异常处理问题 #2
Browse files Browse the repository at this point in the history
  • Loading branch information
lltx committed Nov 14, 2020
1 parent c82ed45 commit 7f2b274
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ key=ip+url+args
<dependency>
<groupId>com.pig4cloud.plugin</groupId>
<artifactId>idempotent-spring-boot-starter</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.4.RELEASE</version>
<version>2.4.0</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.pig4cloud.plugin</groupId>
<artifactId>idempotent-spring-boot-starter</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<name>idempotent</name>
<description>An idempotent solution</description>
<url>https://pig4cloud.com</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @author ITyunqing
*/
public class IdempotentException extends Exception {
public class IdempotentException extends RuntimeException {

public IdempotentException() {
super();
Expand Down

0 comments on commit 7f2b274

Please sign in to comment.