From 4e7f7605db90eac7901939efc702da4f108706e5 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Thu, 11 Oct 2018 13:38:06 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20spring-boot-demo-logback=20?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spring-boot-demo-logback/README.md | 9 ++++----- spring-boot-demo-logback/pom.xml | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/spring-boot-demo-logback/README.md b/spring-boot-demo-logback/README.md index d5d0e6b..0853006 100644 --- a/spring-boot-demo-logback/README.md +++ b/spring-boot-demo-logback/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-logback 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 @@ -46,6 +44,7 @@ org.projectlombok lombok + true diff --git a/spring-boot-demo-logback/pom.xml b/spring-boot-demo-logback/pom.xml index a4f9eb8..0e92707 100644 --- a/spring-boot-demo-logback/pom.xml +++ b/spring-boot-demo-logback/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-logback 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 @@ -39,6 +37,7 @@ org.projectlombok lombok + true