diff --git a/docs/content/zh-cn/docs/tutorials/module-development/module-and-base-communication.md b/docs/content/zh-cn/docs/tutorials/module-development/module-and-base-communication.md index abc0e40fa..853589848 100644 --- a/docs/content/zh-cn/docs/tutorials/module-development/module-and-base-communication.md +++ b/docs/content/zh-cn/docs/tutorials/module-development/module-and-base-communication.md @@ -8,6 +8,17 @@ weight: 300 # Spring 环境 +## 模块里引入依赖 + +```xml + + com.alipay.sofa.serverless + sofa-serverless-app-starter + 0.5.5 + provided + +``` + ## 基座调用模块 只能使用 SpringServiceFinder