From 482e8d8fb16cb8f2c16123a1ba80e4f7bfce49af Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Thu, 11 Oct 2018 13:37:37 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20spring-boot-demo-exception-handler?= =?UTF-8?q?=20=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spring-boot-demo-exception-handler/README.md | 9 ++++----- spring-boot-demo-exception-handler/pom.xml | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/spring-boot-demo-exception-handler/README.md b/spring-boot-demo-exception-handler/README.md index 3a51f35..81a6fc2 100644 --- a/spring-boot-demo-exception-handler/README.md +++ b/spring-boot-demo-exception-handler/README.md @@ -10,7 +10,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.xkcoding spring-boot-demo-exception-handler 0.0.1-SNAPSHOT jar @@ -19,10 +18,9 @@ Demo project for Spring Boot - org.springframework.boot - spring-boot-starter-parent - 2.0.5.RELEASE - + com.xkcoding + spring-boot-demo + 0.0.1-SNAPSHOT @@ -51,6 +49,7 @@ org.projectlombok lombok + true diff --git a/spring-boot-demo-exception-handler/pom.xml b/spring-boot-demo-exception-handler/pom.xml index 8b4cc40..4f79d6e 100644 --- a/spring-boot-demo-exception-handler/pom.xml +++ b/spring-boot-demo-exception-handler/pom.xml @@ -3,7 +3,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.xkcoding spring-boot-demo-exception-handler 0.0.1-SNAPSHOT jar @@ -12,10 +11,9 @@ Demo project for Spring Boot - org.springframework.boot - spring-boot-starter-parent - 2.0.5.RELEASE - + com.xkcoding + spring-boot-demo + 0.0.1-SNAPSHOT @@ -44,6 +42,7 @@ org.projectlombok lombok + true