From ccc6a1bac30c8de22d2d39343cc177cfeb1ee45a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E7=8C=BFDD?= Date: Tue, 19 Apr 2016 08:28:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E6=9C=AC=E9=A1=B9=E7=9B=AE=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=EF=BC=88=E5=8F=AF=E4=BD=9C=E4=B8=BA=E5=B7=A5=E7=A8=8B?= =?UTF-8?q?=E8=84=9A=E6=89=8B=E6=9E=B6=EF=BC=89=EF=BC=8C=E5=BC=95=E5=85=A5?= =?UTF-8?q?web=E6=A8=A1=E5=9D=97=EF=BC=8C=E5=AE=8C=E6=88=90=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E7=AE=80=E5=8D=95=E7=9A=84RESTful=20API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Chapter1/pom.xml | 109 +++++++++++++++++++++++------------------------ 1 file changed, 54 insertions(+), 55 deletions(-) mode change 100755 => 100644 Chapter1/pom.xml diff --git a/Chapter1/pom.xml b/Chapter1/pom.xml old mode 100755 new mode 100644 index cc4e377..60d479e --- a/Chapter1/pom.xml +++ b/Chapter1/pom.xml @@ -1,55 +1,54 @@ - - - 4.0.0 - - com.didispace - Chapter1 - 1.0.0 - jar - - Chapter1 - The first Spring Boot project - - - org.springframework.boot - spring-boot-starter-parent - 1.3.2.RELEASE - - - - - UTF-8 - 1.8 - - - - - org.springframework.boot - spring-boot-starter - - - - org.springframework.boot - spring-boot-starter-test - test - - - - org.springframework.boot - spring-boot-starter-web - - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - - - + + + 4.0.0 + + com.didispace + Chapter1 + 1.0.0 + jar + + Chapter1 + The first Spring Boot project + + + org.springframework.boot + spring-boot-starter-parent + 1.3.2.RELEASE + + + + + UTF-8 + 1.8 + + + + + org.springframework.boot + spring-boot-starter + + + + org.springframework.boot + spring-boot-starter-test + test + + + + org.springframework.boot + spring-boot-starter-web + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + \ No newline at end of file