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 + + +