Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #429 from sofastack/lvjing2-patch-6-1
Browse files Browse the repository at this point in the history
add app starter for biz communication
  • Loading branch information
lvjing2 authored Dec 28, 2023
2 parents d07e4da + 8593d4e commit 9dcf665
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ weight: 300

# Spring 环境

## 模块里引入依赖

```xml
<dependency>
<groupId>com.alipay.sofa.serverless</groupId>
<artifactId>sofa-serverless-app-starter</artifactId>
<version>0.5.5</version>
<scope>provided</scope>
</dependency>
```

## 基座调用模块

只能使用 SpringServiceFinder
Expand Down

0 comments on commit 9dcf665

Please sign in to comment.