Skip to content

Commit

Permalink
Merge branch 'v1.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
caojiajun committed Jan 15, 2025
2 parents 5443662 + 277f139 commit b39f116
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/camellia-delay-queue/sample.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class ProducerController {
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-delay-queue-sdk-spring-boot-starter</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</dependency>
```
增加application.yml文件,主要是配置delay-queue-server的地址(可以基于nginx配置一个域名,也可以基于注册中心)
Expand Down Expand Up @@ -137,7 +137,7 @@ curl 'http://127.0.0.1:8081/sendDelayMsg?topic=topic1&msg=abc&delaySeconds=10'
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-delay-queue-sdk</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</dependency>
```
示例代码:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-id-gen-id-loader</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-spring-boot3-starter</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</dependency>
```

Expand Down

0 comments on commit b39f116

Please sign in to comment.