From ae77622325bd49e70453de4d84db90c83c3394f2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E5=BB=BA=E7=82=8A?= <924182103@qq.com>
Date: Fri, 26 Sep 2025 16:31:59 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 30 +++++++++++++++++++++++++++
src/main/java/org/shop/crop/Main.java | 17 ---------------
2 files changed, 30 insertions(+), 17 deletions(-)
delete mode 100644 src/main/java/org/shop/crop/Main.java
diff --git a/pom.xml b/pom.xml
index abc624f..9abd005 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,37 @@
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+ 2.7.15
+
+
+
+ repackage
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.8.1
+
+ 8
+ 8
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/java/org/shop/crop/Main.java b/src/main/java/org/shop/crop/Main.java
deleted file mode 100644
index 1d7701d..0000000
--- a/src/main/java/org/shop/crop/Main.java
+++ /dev/null
@@ -1,17 +0,0 @@
-package org.shop.crop;
-
-//TIP 要运行代码,请按 或
-// 点击装订区域中的 图标。
-public class Main {
- public static void main(String[] args) {
- //TIP 当文本光标位于高亮显示的文本处时按
- // 查看 IntelliJ IDEA 建议如何修正。
- System.out.printf("Hello and welcome!");
-
- for (int i = 1; i <= 5; i++) {
- //TIP 按 开始调试代码。我们已经设置了一个 断点
- // 但您始终可以通过按 添加更多断点。
- System.out.println("i = " + i);
- }
- }
-}
\ No newline at end of file