diff --git a/Chapter3-1-1/pom.xml b/Chapter3-1-1/pom.xml old mode 100755 new mode 100644 index 9b5dac7..b9c2cc8 --- a/Chapter3-1-1/pom.xml +++ b/Chapter3-1-1/pom.xml @@ -1,56 +1,55 @@ - - - 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 + Chapter3-1-1 + 1.0.0 + jar + + Chapter3-1-1 + RESTful API 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