From 7f2b274475387a8e6caa92abf7a8ff696f7a1ea9 Mon Sep 17 00:00:00 2001 From: lengleng Date: Sat, 14 Nov 2020 09:57:33 +0800 Subject: [PATCH] =?UTF-8?q?:bookmark:=20Releasing=20/=20Version=20tags.=20?= =?UTF-8?q?0.0.2=20fix=20AOP=20=E6=8A=9B=E5=87=BA=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E4=B8=8D=E5=90=88=E7=90=86=20=E5=AF=BC=E8=87=B4=20=E5=85=A8?= =?UTF-8?q?=E5=B1=80=E5=BC=82=E5=B8=B8=E5=A4=84=E7=90=86=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20#2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- pom.xml | 4 ++-- .../plugin/idempotent/exception/IdempotentException.java | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3eaba16..7047881 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ key=ip+url+args com.pig4cloud.plugin idempotent-spring-boot-starter - 0.0.1 + 0.0.2 ``` diff --git a/pom.xml b/pom.xml index 7e67752..cb3e7f9 100644 --- a/pom.xml +++ b/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot spring-boot-starter-parent - 2.3.4.RELEASE + 2.4.0 com.pig4cloud.plugin idempotent-spring-boot-starter - 0.0.1 + 0.0.2 idempotent An idempotent solution https://pig4cloud.com diff --git a/src/main/java/com/pig4cloud/plugin/idempotent/exception/IdempotentException.java b/src/main/java/com/pig4cloud/plugin/idempotent/exception/IdempotentException.java index 0941e16..0a52deb 100644 --- a/src/main/java/com/pig4cloud/plugin/idempotent/exception/IdempotentException.java +++ b/src/main/java/com/pig4cloud/plugin/idempotent/exception/IdempotentException.java @@ -6,7 +6,7 @@ * * @author ITyunqing */ -public class IdempotentException extends Exception { +public class IdempotentException extends RuntimeException { public IdempotentException() { super();