From cc1ad8f9030576f084a165340d425776d626a766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8A=9B?= Date: Mon, 16 May 2022 10:17:20 +0800 Subject: [PATCH] fix bug of AppRun --- pom.xml | 17 +---------------- system/pom.xml | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index 97533ee..17fc3ae 100644 --- a/pom.xml +++ b/pom.xml @@ -233,21 +233,6 @@ - - - - org.apache.maven.plugins - maven-jar-plugin - - - - true - AppRun - - - - - - + \ No newline at end of file diff --git a/system/pom.xml b/system/pom.xml index fcb3377..b074482 100644 --- a/system/pom.xml +++ b/system/pom.xml @@ -82,4 +82,21 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + 2.6.1 + + + + org.springframework.boot + spring-boot-configuration-processor + + + + + + \ No newline at end of file