From 0823bffb87a02302ce02f3ce3587a1ac8b841fc8 Mon Sep 17 00:00:00 2001 From: wangjian Date: Mon, 28 Jul 2025 10:30:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0maven=20spring=20plug=20in?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cfef4c7..bb56f9b 100644 --- a/pom.xml +++ b/pom.xml @@ -21,9 +21,10 @@ - 21 + 17 UTF-8 UTF-8 + com.example.webapi.WebApiApplication @@ -101,8 +102,42 @@ + + + + + org.springframework.boot + spring-boot-maven-plugin + + + build-info + + build-info + + + + repackage + + repackage + + + + + ${start-class} + + + + + + + org.springframework.boot + spring-boot-maven-plugin + org.apache.maven.plugins maven-compiler-plugin