From bc204b857507c1b06772da92d5872c1258512974 Mon Sep 17 00:00:00 2001 From: Wonder Date: Fri, 31 Oct 2025 11:16:07 +0800 Subject: [PATCH] =?UTF-8?q?=20=F0=9F=94=A7Chore:=20=E4=BF=AE=E6=94=B9pom?= =?UTF-8?q?=E4=B8=AD=E7=9A=84build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/pom.xml | 14 ++++++++++++++ lark/pom.xml | 21 +++++++++++++++++++++ movie/pom.xml | 21 +++++++++++++++++++++ weather/pom.xml | 21 +++++++++++++++++++++ 4 files changed, 77 insertions(+) diff --git a/common/pom.xml b/common/pom.xml index f9a57f2..17ce991 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -25,4 +25,18 @@ UTF-8 + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + 21 + 21 + + + + + \ No newline at end of file diff --git a/lark/pom.xml b/lark/pom.xml index 26dcd33..9445326 100644 --- a/lark/pom.xml +++ b/lark/pom.xml @@ -53,4 +53,25 @@ UTF-8 + + + + org.springframework.boot + spring-boot-maven-plugin + + cn.hezhaohui.lark.LarkApplication + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + 21 + 21 + + + + + \ No newline at end of file diff --git a/movie/pom.xml b/movie/pom.xml index 200ca6b..68426a4 100644 --- a/movie/pom.xml +++ b/movie/pom.xml @@ -45,4 +45,25 @@ UTF-8 + + + + org.springframework.boot + spring-boot-maven-plugin + + cn.hezhaohui.movie.MovieApplication + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + 21 + 21 + + + + + \ No newline at end of file diff --git a/weather/pom.xml b/weather/pom.xml index 2e331dd..197fe31 100644 --- a/weather/pom.xml +++ b/weather/pom.xml @@ -50,4 +50,25 @@ UTF-8 + + + + org.springframework.boot + spring-boot-maven-plugin + + cn.hezhaohui.weather.WeatherApplication + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + 21 + 21 + + + + + \ No newline at end of file