From a88c88ac0abaa5098a58b7957260384560678b01 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Wed, 29 Nov 2017 22:30:42 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D=EF=BC=8C=E6=89=93?= =?UTF-8?q?=E5=8C=85=E6=96=B9=E5=BC=8F=E6=94=B9=E4=B8=BAjar=E5=8C=85?= =?UTF-8?q?=EF=BC=8C=E8=8B=A5=E9=9C=80=E8=A6=81=E6=89=93=E6=88=90war?= =?UTF-8?q?=E5=8C=85=EF=BC=8C=E4=B8=8D=E4=BB=85=E4=BB=85=E6=98=AF=E5=8F=AA?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E3=80=82=E5=90=8E=E7=BB=AD=E4=BC=9A?= =?UTF-8?q?=E5=8A=A0=E4=B8=80=E4=B8=AA=E6=89=93=E6=88=90war=E5=8C=85?= =?UTF-8?q?=E7=9A=84module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spring-boot-demo-actuator/README.md | 2 +- spring-boot-demo-actuator/pom.xml | 2 +- spring-boot-demo-admin/README.md | 2 +- spring-boot-demo-admin/pom.xml | 2 +- spring-boot-demo-aoplog/README.md | 2 +- spring-boot-demo-aoplog/pom.xml | 2 +- spring-boot-demo-cache-redis/README.md | 2 +- spring-boot-demo-cache-redis/pom.xml | 2 +- spring-boot-demo-exceptionhandler/README.md | 2 +- spring-boot-demo-exceptionhandler/pom.xml | 2 +- spring-boot-demo-helloworld/README.md | 2 +- spring-boot-demo-helloworld/pom.xml | 2 +- spring-boot-demo-logback/README.md | 2 +- spring-boot-demo-logback/pom.xml | 2 +- spring-boot-demo-orm-mybatis/README.md | 2 +- spring-boot-demo-orm-mybatis/pom.xml | 2 +- spring-boot-demo-properties/pom.xml | 2 +- spring-boot-demo-template-freemarker/README.md | 2 +- spring-boot-demo-template-freemarker/pom.xml | 2 +- spring-boot-demo-ureport2/README.md | 2 +- spring-boot-demo-ureport2/pom.xml | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/spring-boot-demo-actuator/README.md b/spring-boot-demo-actuator/README.md index 3b410e2..b622e14 100644 --- a/spring-boot-demo-actuator/README.md +++ b/spring-boot-demo-actuator/README.md @@ -12,7 +12,7 @@ spring-boot-demo-actuator 0.0.1-SNAPSHOT - war + jar spring-boot-demo-actuator Demo project for Spring Boot diff --git a/spring-boot-demo-actuator/pom.xml b/spring-boot-demo-actuator/pom.xml index c2d2e6d..07e98fe 100644 --- a/spring-boot-demo-actuator/pom.xml +++ b/spring-boot-demo-actuator/pom.xml @@ -5,7 +5,7 @@ spring-boot-demo-actuator 0.0.1-SNAPSHOT - war + jar spring-boot-demo-actuator Demo project for Spring Boot diff --git a/spring-boot-demo-admin/README.md b/spring-boot-demo-admin/README.md index 3c53d81..310e020 100644 --- a/spring-boot-demo-admin/README.md +++ b/spring-boot-demo-admin/README.md @@ -12,7 +12,7 @@ spring-boot-demo-admin 0.0.1-SNAPSHOT - war + jar spring-boot-demo-admin Demo project for Spring Boot diff --git a/spring-boot-demo-admin/pom.xml b/spring-boot-demo-admin/pom.xml index 056cb87..8d083d9 100644 --- a/spring-boot-demo-admin/pom.xml +++ b/spring-boot-demo-admin/pom.xml @@ -5,7 +5,7 @@ spring-boot-demo-admin 0.0.1-SNAPSHOT - war + jar spring-boot-demo-admin Demo project for Spring Boot diff --git a/spring-boot-demo-aoplog/README.md b/spring-boot-demo-aoplog/README.md index 7719b8c..42af1b0 100644 --- a/spring-boot-demo-aoplog/README.md +++ b/spring-boot-demo-aoplog/README.md @@ -12,7 +12,7 @@ spring-boot-demo-aoplog 0.0.1-SNAPSHOT - war + jar spring-boot-demo-aoplog Demo project for Spring Boot diff --git a/spring-boot-demo-aoplog/pom.xml b/spring-boot-demo-aoplog/pom.xml index b01dfc8..cc363f9 100644 --- a/spring-boot-demo-aoplog/pom.xml +++ b/spring-boot-demo-aoplog/pom.xml @@ -5,7 +5,7 @@ spring-boot-demo-aoplog 0.0.1-SNAPSHOT - war + jar spring-boot-demo-aoplog Demo project for Spring Boot diff --git a/spring-boot-demo-cache-redis/README.md b/spring-boot-demo-cache-redis/README.md index a49d3bc..00b8106 100644 --- a/spring-boot-demo-cache-redis/README.md +++ b/spring-boot-demo-cache-redis/README.md @@ -12,7 +12,7 @@ spring-boot-demo-cache-redis 0.0.1-SNAPSHOT - war + jar spring-boot-demo-cache-redis Demo project for Spring Boot diff --git a/spring-boot-demo-cache-redis/pom.xml b/spring-boot-demo-cache-redis/pom.xml index 4bf3d66..2cd2846 100644 --- a/spring-boot-demo-cache-redis/pom.xml +++ b/spring-boot-demo-cache-redis/pom.xml @@ -5,7 +5,7 @@ spring-boot-demo-cache-redis 0.0.1-SNAPSHOT - war + jar spring-boot-demo-cache-redis Demo project for Spring Boot diff --git a/spring-boot-demo-exceptionhandler/README.md b/spring-boot-demo-exceptionhandler/README.md index 986aa32..26a8c76 100644 --- a/spring-boot-demo-exceptionhandler/README.md +++ b/spring-boot-demo-exceptionhandler/README.md @@ -12,7 +12,7 @@ spring-boot-demo-exceptionhandler 0.0.1-SNAPSHOT - war + jar spring-boot-demo-exceptionhandler Demo project for Spring Boot diff --git a/spring-boot-demo-exceptionhandler/pom.xml b/spring-boot-demo-exceptionhandler/pom.xml index b2c00b7..777d1ab 100644 --- a/spring-boot-demo-exceptionhandler/pom.xml +++ b/spring-boot-demo-exceptionhandler/pom.xml @@ -5,7 +5,7 @@ spring-boot-demo-exceptionhandler 0.0.1-SNAPSHOT - war + jar spring-boot-demo-exceptionhandler Demo project for Spring Boot diff --git a/spring-boot-demo-helloworld/README.md b/spring-boot-demo-helloworld/README.md index 47e2096..075d12d 100644 --- a/spring-boot-demo-helloworld/README.md +++ b/spring-boot-demo-helloworld/README.md @@ -12,7 +12,7 @@ spring-boot-demo-helloworld 0.0.1-SNAPSHOT - war + jar spring-boot-demo-helloworld Demo project for Spring Boot diff --git a/spring-boot-demo-helloworld/pom.xml b/spring-boot-demo-helloworld/pom.xml index 8ab8afe..adda975 100644 --- a/spring-boot-demo-helloworld/pom.xml +++ b/spring-boot-demo-helloworld/pom.xml @@ -5,7 +5,7 @@ spring-boot-demo-helloworld 0.0.1-SNAPSHOT - war + jar spring-boot-demo-helloworld Demo project for Spring Boot diff --git a/spring-boot-demo-logback/README.md b/spring-boot-demo-logback/README.md index 0b67598..0cb30f4 100644 --- a/spring-boot-demo-logback/README.md +++ b/spring-boot-demo-logback/README.md @@ -12,7 +12,7 @@ spring-boot-demo-logback 0.0.1-SNAPSHOT - war + jar spring-boot-demo-logback Demo project for Spring Boot diff --git a/spring-boot-demo-logback/pom.xml b/spring-boot-demo-logback/pom.xml index d49964a..ed9b172 100644 --- a/spring-boot-demo-logback/pom.xml +++ b/spring-boot-demo-logback/pom.xml @@ -5,7 +5,7 @@ spring-boot-demo-logback 0.0.1-SNAPSHOT - war + jar spring-boot-demo-logback Demo project for Spring Boot diff --git a/spring-boot-demo-orm-mybatis/README.md b/spring-boot-demo-orm-mybatis/README.md index c6f8c31..86ea32e 100644 --- a/spring-boot-demo-orm-mybatis/README.md +++ b/spring-boot-demo-orm-mybatis/README.md @@ -12,7 +12,7 @@ spring-boot-demo-orm-mybatis 0.0.1-SNAPSHOT - war + jar spring-boot-demo-orm-mybatis Demo project for Spring Boot diff --git a/spring-boot-demo-orm-mybatis/pom.xml b/spring-boot-demo-orm-mybatis/pom.xml index 18e093e..c38de00 100644 --- a/spring-boot-demo-orm-mybatis/pom.xml +++ b/spring-boot-demo-orm-mybatis/pom.xml @@ -5,7 +5,7 @@ spring-boot-demo-orm-mybatis 0.0.1-SNAPSHOT - war + jar spring-boot-demo-orm-mybatis Demo project for Spring Boot diff --git a/spring-boot-demo-properties/pom.xml b/spring-boot-demo-properties/pom.xml index f071103..4b507e7 100644 --- a/spring-boot-demo-properties/pom.xml +++ b/spring-boot-demo-properties/pom.xml @@ -5,7 +5,7 @@ spring-boot-demo-properties 0.0.1-SNAPSHOT - war + jar spring-boot-demo-properties Demo project for Spring Boot diff --git a/spring-boot-demo-template-freemarker/README.md b/spring-boot-demo-template-freemarker/README.md index 9668cc5..4b61977 100644 --- a/spring-boot-demo-template-freemarker/README.md +++ b/spring-boot-demo-template-freemarker/README.md @@ -12,7 +12,7 @@ spring-boot-demo-template-freemarker 0.0.1-SNAPSHOT - war + jar spring-boot-demo-template-freemarker Demo project for Spring Boot diff --git a/spring-boot-demo-template-freemarker/pom.xml b/spring-boot-demo-template-freemarker/pom.xml index 8a67013..7a9731b 100644 --- a/spring-boot-demo-template-freemarker/pom.xml +++ b/spring-boot-demo-template-freemarker/pom.xml @@ -5,7 +5,7 @@ spring-boot-demo-template-freemarker 0.0.1-SNAPSHOT - war + jar spring-boot-demo-template-freemarker Demo project for Spring Boot diff --git a/spring-boot-demo-ureport2/README.md b/spring-boot-demo-ureport2/README.md index dfedbab..64a166a 100644 --- a/spring-boot-demo-ureport2/README.md +++ b/spring-boot-demo-ureport2/README.md @@ -12,7 +12,7 @@ spring-boot-demo-ureport2 0.0.1-SNAPSHOT - war + jar spring-boot-demo-ureport2 Demo project for Spring Boot diff --git a/spring-boot-demo-ureport2/pom.xml b/spring-boot-demo-ureport2/pom.xml index 70fdd22..9a9aeba 100644 --- a/spring-boot-demo-ureport2/pom.xml +++ b/spring-boot-demo-ureport2/pom.xml @@ -5,7 +5,7 @@ spring-boot-demo-ureport2 0.0.1-SNAPSHOT - war + jar spring-boot-demo-ureport2 Demo project for Spring Boot