From 572e9509d1ba2ba70908076bf0ece7b0b6a881a3 Mon Sep 17 00:00:00 2001
From: liujiaxin <3056600683@qq.com>
Date: Wed, 22 Nov 2023 09:19:58 +0800
Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E5=8A=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
february-merchant-mybatis-plus/pom.xml | 4 ++--
.../src/main/java/com/february/mybatisplus/CarApply.java | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
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);
}
+
}