From d125ff32a1e6d20eefbfc783b367afae34cbc0d1 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:34:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E6=95=B0=E6=8D=AE=E6=BA=90=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=88=E4=BA=8C=EF=BC=89=EF=BC=9ASpring-data-jpa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Chapter3-2-4/pom.xml | 122 +++++++++++++++++++++---------------------- 1 file changed, 61 insertions(+), 61 deletions(-) mode change 100755 => 100644 Chapter3-2-4/pom.xml diff --git a/Chapter3-2-4/pom.xml b/Chapter3-2-4/pom.xml old mode 100755 new mode 100644 index cdb4d43..766c2a3 --- a/Chapter3-2-4/pom.xml +++ b/Chapter3-2-4/pom.xml @@ -1,61 +1,61 @@ - - - 4.0.0 - - com.didispace - demo - 1.0.0 - jar - - demo - 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 - - - - mysql - mysql-connector-java - 5.1.21 - - - - org.springframework.boot - spring-boot-starter-data-jpa - - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - - - + + + 4.0.0 + + com.didispace + Chapter3-2-4 + 1.0.0 + jar + + Chapter3-2-4 + 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 + + + + mysql + mysql-connector-java + 5.1.21 + + + + org.springframework.boot + spring-boot-starter-data-jpa + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + + \ No newline at end of file