Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
crossoverJie committed Oct 12, 2024
1 parent d145c63 commit b0386e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cim-client-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@

```java
var auth1 = ClientConfigurationData.Auth.builder()
.userId(id)
.userName(cj)
.build();

Client client1 = Client.builder()
.auth(auth1)
.routeUrl(routeUrl)
Expand Down

0 comments on commit b0386e2

Please sign in to comment.