diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..8cb5c5c --- /dev/null +++ b/pom.xml @@ -0,0 +1,145 @@ + + + 4.0.0 + com + snackshop + 1.0.0-SNAPSHOT + war + + springboot + springboot + + + org.springframework.boot + spring-boot-starter-parent + 2.2.5.RELEASE + + + + UTF-8 + UTF-8 + 1.8 + 2.9.2 + 1.2.53 + 1.3.0 + 1.1.0 + 1.3.2 + + + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + + + + + org.springframework.boot + spring-boot-starter-tomcat + provided + + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + + org.mybatis.spring.boot + mybatis-spring-boot-starter + ${mybatis.version} + + + com.github.pagehelper + pagehelper-spring-boot-starter + 1.2.13 + + + + com.alibaba + druid + ${druid.version} + + + mysql + mysql-connector-java + runtime + + + + io.springfox + springfox-swagger2 + ${swagger.version} + + + + io.springfox + springfox-swagger-ui + ${swagger.version} + + + + org.projectlombok + lombok + + + + org.apache.commons + commons-lang3 + + + com.alibaba + fastjson + ${fastjson.version} + + + + javax.servlet + javax.servlet-api + provided + + + + cn.hutool + hutool-all + 5.8.16 + + + commons-fileupload + commons-fileupload + 1.3.1 + + + org.springframework.boot + spring-boot-starter-test + test + + + org.junit.vintage + junit-vintage-engine + + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + com.DySpringbootApplication + + + + + + \ No newline at end of file