From a285f04fe15f2c834fc9e19d766cef485b797993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LI-CCONG=5C=E6=9D=8E=E8=81=AA=E8=81=AA?= <1441652193@qq.com> Date: Wed, 6 Mar 2024 09:45:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=89=93=E5=8C=85jar?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nxhs-service/pom.xml | 23 +++++++++++++++++++++++ pom.xml | 26 ++++++++++---------------- 2 files changed, 33 insertions(+), 16 deletions(-) diff --git a/nxhs-service/pom.xml b/nxhs-service/pom.xml index 321a465..5642d0c 100644 --- a/nxhs-service/pom.xml +++ b/nxhs-service/pom.xml @@ -45,4 +45,27 @@ + + + ${project.artifactId} + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot.version} + + true + + + + + repackage + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index cf89e54..5f2f4ae 100644 --- a/pom.xml +++ b/pom.xml @@ -20,6 +20,8 @@ 1.8 UTF-8 UTF-8 + 3.0.0-M5 + 3.8.1 2.7.6 3.4.3 5.8.11 @@ -84,6 +86,7 @@ lombok true + org.springframework.boot spring-boot-configuration-processor @@ -96,29 +99,20 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + ${maven-compiler-plugin.version} - 1.8 - 1.8 + ${java.version} + ${java.version} UTF-8 - org.springframework.boot - spring-boot-maven-plugin - ${spring-boot.version} + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} - cc.yunxi.nxhsapp.NxhsAppApplication - true + true - - - repackage - - repackage - - -