# sofa-ark multi-web-app **Repository Path**: eattea2008/multi-web-app-sample ## Basic Information - **Project Name**: sofa-ark multi-web-app - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-03-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 该工程演示如何将多个 Web 应用合并部署,其中 app-one 应用依赖 app-two 应用发布的 SOFA Jvm 服务。 ### 简单说明 + app-one 是宿主应用,引入了 app-two 的 biz 依赖: ```xml me.qlong.tech app-two 1.0.0 ark-biz ``` + app-one 暴露了 hello 的 endpoint + app-two 暴露了 hello 的 endpoint, 但是打包时设置了 webContextPath 为 another, 因此可以访问 another/hello + sh execute.sh 可以拉起 app-one 应用