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