diff --git a/february-merchant-mybatis-plus/pom.xml b/february-merchant-mybatis-plus/pom.xml
index 0d97f98..96b42bc 100644
--- a/february-merchant-mybatis-plus/pom.xml
+++ b/february-merchant-mybatis-plus/pom.xml
@@ -9,9 +9,9 @@
3.6.3
- com.bwie
+ com.february
february-merchant-mybatis-plus
-
+ 3.6.3
17
17
diff --git a/february-merchant-mybatis-plus/src/main/java/com/february/mybatisplus/CarApply.java b/february-merchant-mybatis-plus/src/main/java/com/february/mybatisplus/CarApply.java
index b08694e..2cc258d 100644
--- a/february-merchant-mybatis-plus/src/main/java/com/february/mybatisplus/CarApply.java
+++ b/february-merchant-mybatis-plus/src/main/java/com/february/mybatisplus/CarApply.java
@@ -10,4 +10,5 @@ public class CarApply {
public static void main(String[] args) {
SpringApplication.run(CarApply.class);
}
+
}