From a6c84fdeb0a9082145298945b133be26264551e9 Mon Sep 17 00:00:00 2001 From: JeffLi1993 Date: Thu, 23 Feb 2017 10:26:32 +0800 Subject: [PATCH] =?UTF-8?q?Spring=20Boot=20=E9=9B=86=E6=88=90=20Freemarker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- springboot-freemarker/pom.xml | 64 +++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100755 springboot-freemarker/pom.xml diff --git a/springboot-freemarker/pom.xml b/springboot-freemarker/pom.xml new file mode 100755 index 0000000..57c62d6 --- /dev/null +++ b/springboot-freemarker/pom.xml @@ -0,0 +1,64 @@ + + + 4.0.0 + + springboot + springboot-freemarker + 0.0.1-SNAPSHOT + springboot-freemarker :: Spring Boot 集成 FreeMarker 案例 + + + + org.springframework.boot + spring-boot-starter-parent + 1.5.1.RELEASE + + + + 1.2.0 + 5.1.39 + + + + + + org.springframework.boot + spring-boot-starter-freemarker + + + + + org.springframework.boot + spring-boot-starter-web + + + + + org.springframework.boot + spring-boot-starter-test + test + + + + + org.mybatis.spring.boot + mybatis-spring-boot-starter + ${mybatis-spring-boot} + + + + + mysql + mysql-connector-java + ${mysql-connector} + + + + + junit + junit + 4.12 + + +