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