From 262aeece40c92d56c47005a2476b61b6f0225356 Mon Sep 17 00:00:00 2001 From: liujiaxin <3056600683@qq.com> Date: Thu, 23 Nov 2023 00:19:42 +0800 Subject: [PATCH] springboot --- february-merchant-springboot/pom.xml | 68 ++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/february-merchant-springboot/pom.xml b/february-merchant-springboot/pom.xml index 058b188..b724a6a 100644 --- a/february-merchant-springboot/pom.xml +++ b/february-merchant-springboot/pom.xml @@ -15,5 +15,73 @@ 20 UTF-8 + + + + org.springframework.boot + spring-boot-starter-web + + + + org.projectlombok + lombok + true + + + + org.springframework.boot + spring-boot-starter-test + + + + com.baomidou + mybatis-plus-boot-starter + 3.3.0 + + + + mysql + mysql-connector-java + 8.0.27 + + + + com.baomidou + mybatis-plus-generator + 3.3.0 + + + + org.apache.velocity + velocity-engine-core + 2.1 + + + org.freemarker + freemarker + 2.3.28 + compile + + + + io.springfox + springfox-swagger-ui + 2.9.2 + + + io.springfox + springfox-swagger2 + 2.9.2 + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + +