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