From 4fa3d8b61dcd31bfcae9609a68d492268966672c 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:35:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8NoSQL=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=EF=BC=88=E4=B8=80=EF=BC=89=EF=BC=9ARedis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Chapter3-2-5/pom.xml | 109 +++++++++++++++++++++---------------------- 1 file changed, 54 insertions(+), 55 deletions(-) mode change 100755 => 100644 Chapter3-2-5/pom.xml diff --git a/Chapter3-2-5/pom.xml b/Chapter3-2-5/pom.xml old mode 100755 new mode 100644 index dc1d438..ff2f19c --- a/Chapter3-2-5/pom.xml +++ b/Chapter3-2-5/pom.xml @@ -1,55 +1,54 @@ - - - 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 - - - - org.springframework.boot - spring-boot-starter-redis - - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - - - + + + 4.0.0 + + com.didispace + Chapter3-2-5 + 1.0.0 + jar + + Chapter3-2-5 + 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-redis + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + \ No newline at end of file