From 0dcc262f59d27d155c4d728fee501d801e91de00 Mon Sep 17 00:00:00 2001 From: "yaoyuan1.chu" Date: Sat, 14 Mar 2020 16:43:57 +0800 Subject: [PATCH] pom.xml --- pom.xml | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..dc51a9b --- /dev/null +++ b/pom.xml @@ -0,0 +1,124 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.1.8.RELEASE + + + com.yaoyuan + jiscuss + + 0.0.1-SNAPSHOT + jiccuss + jiccuss project for Spring Boot + + + 1.8 + + + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-freemarker + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-websocket + + + + com.h2database + h2 + runtime + + + + + + org.json + json + 20180813 + + + + + io.springfox + springfox-swagger2 + 2.9.2 + + + + io.springfox + springfox-swagger-ui + 2.9.2 + + + + + org.projectlombok + lombok + compile + + + + + com.alibaba + druid-spring-boot-starter + 1.1.18 + + + + + org.springframework.boot + spring-boot-starter-cache + + + + net.sf.ehcache + ehcache + + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + false + + + + + + + + + + +