From b6fff119e06bad7f554f6ade0ceda049a7318555 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Fri, 1 Aug 2025 10:51:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8F=90=E7=A4=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/modules/gen/module_cloud/web/pom.xml | 2 +- web-ai/bin/run-web.bat | 2 +- web-ai/bin/run-web.sh | 2 +- web-ai/pom.xml | 2 +- web-api/bin/run-web.bat | 2 +- web-api/bin/run-web.sh | 2 +- web-api/pom.xml | 2 +- web-fast/pom.xml | 2 +- web-mini/bin/run-web.bat | 2 +- web-mini/bin/run-web.sh | 2 +- web-mini/pom.xml | 2 +- web/bin/run-web.bat | 2 +- web/bin/run-web.sh | 2 +- web/pom.xml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/modules/core/src/main/resources/templates/modules/gen/module_cloud/web/pom.xml b/modules/core/src/main/resources/templates/modules/gen/module_cloud/web/pom.xml index 7e8f5c3a..aa47bf74 100644 --- a/modules/core/src/main/resources/templates/modules/gen/module_cloud/web/pom.xml +++ b/modules/core/src/main/resources/templates/modules/gen/module_cloud/web/pom.xml @@ -27,7 +27,7 @@ - web + web com.jeesite.modules.${@StringUtils.capCamelCase(moduleCode)}Application diff --git a/web-ai/bin/run-web.bat b/web-ai/bin/run-web.bat index e03845ac..ea09d7a8 100644 --- a/web-ai/bin/run-web.bat +++ b/web-ai/bin/run-web.bat @@ -19,7 +19,7 @@ cd target rem Weḅ -rem ޸ web.jar Ϊ jar +rem web.war pom.xml finalNamepackaging һ mkdir app copy web.war app cd app diff --git a/web-ai/bin/run-web.sh b/web-ai/bin/run-web.sh index d570fe4b..52d8862b 100644 --- a/web-ai/bin/run-web.sh +++ b/web-ai/bin/run-web.sh @@ -17,7 +17,7 @@ cd target # 打包Web工程(结束) -# 根据情况修改 web.jar 为您的 jar 包名称 +# web.war 与 pom.xml 中 finalName、packaging 一致 mkdir app cp web.war ./app cd app diff --git a/web-ai/pom.xml b/web-ai/pom.xml index 811be36b..a3087d2a 100644 --- a/web-ai/pom.xml +++ b/web-ai/pom.xml @@ -21,7 +21,7 @@ - web + web com.jeesite.modules.AiApplication diff --git a/web-api/bin/run-web.bat b/web-api/bin/run-web.bat index e03845ac..ea09d7a8 100644 --- a/web-api/bin/run-web.bat +++ b/web-api/bin/run-web.bat @@ -19,7 +19,7 @@ cd target rem Weḅ -rem ޸ web.jar Ϊ jar +rem web.war pom.xml finalNamepackaging һ mkdir app copy web.war app cd app diff --git a/web-api/bin/run-web.sh b/web-api/bin/run-web.sh index d570fe4b..52d8862b 100644 --- a/web-api/bin/run-web.sh +++ b/web-api/bin/run-web.sh @@ -17,7 +17,7 @@ cd target # 打包Web工程(结束) -# 根据情况修改 web.jar 为您的 jar 包名称 +# web.war 与 pom.xml 中 finalName、packaging 一致 mkdir app cp web.war ./app cd app diff --git a/web-api/pom.xml b/web-api/pom.xml index e2d2a6b3..2dc88c4d 100644 --- a/web-api/pom.xml +++ b/web-api/pom.xml @@ -21,7 +21,7 @@ - web + web com.jeesite.modules.ApiApplication diff --git a/web-fast/pom.xml b/web-fast/pom.xml index 5854981a..e628b991 100644 --- a/web-fast/pom.xml +++ b/web-fast/pom.xml @@ -21,7 +21,7 @@ - web + web com.jeesite.modules.FastApplication diff --git a/web-mini/bin/run-web.bat b/web-mini/bin/run-web.bat index e03845ac..ea09d7a8 100644 --- a/web-mini/bin/run-web.bat +++ b/web-mini/bin/run-web.bat @@ -19,7 +19,7 @@ cd target rem Weḅ -rem ޸ web.jar Ϊ jar +rem web.war pom.xml finalNamepackaging һ mkdir app copy web.war app cd app diff --git a/web-mini/bin/run-web.sh b/web-mini/bin/run-web.sh index 6cb3043f..442a08b1 100644 --- a/web-mini/bin/run-web.sh +++ b/web-mini/bin/run-web.sh @@ -17,7 +17,7 @@ cd target # 打包Web工程(结束) -# 根据情况修改 web.jar 为您的 jar 包名称 +# web.war 与 pom.xml 中 finalName、packaging 一致 mkdir app cp web.war ./app cd app diff --git a/web-mini/pom.xml b/web-mini/pom.xml index a510579a..ddf2b032 100644 --- a/web-mini/pom.xml +++ b/web-mini/pom.xml @@ -21,7 +21,7 @@ - web + web com.jeesite.modules.MiniApplication diff --git a/web/bin/run-web.bat b/web/bin/run-web.bat index e03845ac..ea09d7a8 100644 --- a/web/bin/run-web.bat +++ b/web/bin/run-web.bat @@ -19,7 +19,7 @@ cd target rem Weḅ -rem ޸ web.jar Ϊ jar +rem web.war pom.xml finalNamepackaging һ mkdir app copy web.war app cd app diff --git a/web/bin/run-web.sh b/web/bin/run-web.sh index d570fe4b..52d8862b 100644 --- a/web/bin/run-web.sh +++ b/web/bin/run-web.sh @@ -17,7 +17,7 @@ cd target # 打包Web工程(结束) -# 根据情况修改 web.jar 为您的 jar 包名称 +# web.war 与 pom.xml 中 finalName、packaging 一致 mkdir app cp web.war ./app cd app diff --git a/web/pom.xml b/web/pom.xml index b95b4752..9468d5c7 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -21,7 +21,7 @@ - web + web com.jeesite.modules.Application