From b2b72c9a192d29bca0509282d16bd3fce7d5d4a3 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:32:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8Spring-data-jpa=E7=AE=80?= =?UTF-8?q?=E5=8C=96=E6=95=B0=E6=8D=AE=E8=AE=BF=E9=97=AE=E5=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Chapter3-2-2/pom.xml | 121 +++++++++++++++++++++---------------------- 1 file changed, 60 insertions(+), 61 deletions(-) mode change 100755 => 100644 Chapter3-2-2/pom.xml diff --git a/Chapter3-2-2/pom.xml b/Chapter3-2-2/pom.xml old mode 100755 new mode 100644 index cdb4d434..4312b920 --- a/Chapter3-2-2/pom.xml +++ b/Chapter3-2-2/pom.xml @@ -1,61 +1,60 @@ - - - 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-2 + 1.0.0 + jar + + Chapter3-2-2 + 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