Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
smthing committed Sep 1, 2024
1 parent 442dc93 commit 8fc84c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/smart-socket/05.快速上手/02.五分钟上手.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ date: 2022-10-26 23:12:06
```xml
<dependencies>
<dependency>
<groupId>org.smartboot.socket</groupId>
<groupId>io.github.smartboot.socket</groupId>
<artifactId>aio-core</artifactId>
<version>1.5.38</version>
<version>1.5.52</version>
</dependency>
</dependencies>
```
Expand Down
4 changes: 2 additions & 2 deletions docs/smart-socket/05.快速上手/20.性能压测.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ permalink: /smart-socket/performance.html

```xml
<dependency>
<groupId>org.smartboot.socket</groupId>
<groupId>io.github.smartboot.socket</groupId>
<artifactId>aio-pro</artifactId>
<version>1.5.38</version>
<version>1.5.52</version>
</dependency>
```
## 启动服务端
Expand Down

0 comments on commit 8fc84c8

Please sign in to comment.