From cd75f692c7d9191eeecac964cdbb30d702df665f Mon Sep 17 00:00:00 2001 From: clay Date: Wed, 23 Apr 2025 23:45:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8E=BB=E9=99=A4Tomcat,=20=E4=BD=BF?= =?UTF-8?q?=E7=94=A8undertow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- metis-applicant/pom.xml | 8 ++----- metis-starter/pom.xml | 46 ++++++++++++++++++++++++++++++++++++----- pom.xml | 2 -- 3 files changed, 43 insertions(+), 13 deletions(-) diff --git a/metis-applicant/pom.xml b/metis-applicant/pom.xml index 56b74dc..fb0a0cd 100644 --- a/metis-applicant/pom.xml +++ b/metis-applicant/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 com.metis @@ -60,11 +61,6 @@ - - - - - diff --git a/metis-starter/pom.xml b/metis-starter/pom.xml index f36a3ce..23b1cdf 100644 --- a/metis-starter/pom.xml +++ b/metis-starter/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 com.metis @@ -14,6 +15,17 @@ org.springframework.boot spring-boot-starter-web compile + + + org.springframework.boot + spring-boot-starter-tomcat + + + + + org.springframework.boot + spring-boot-starter-undertow + compile org.springframework.boot @@ -67,14 +79,38 @@ + - - - - + + org.apache.maven.plugins + maven-compiler-plugin + + ${java.version} + ${java.version} + UTF-8 + + -parameters + + + + + + org.projectlombok + lombok + ${lombok.version} + + + org.mapstruct + mapstruct-processor + ${org.mapstruct.version} + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index d1f6d7a..07afc33 100644 --- a/pom.xml +++ b/pom.xml @@ -13,8 +13,6 @@ 17 - 17 - 17 UTF-8 3.3.4 2.0.56