You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Using Azure Cosmos Client through Spring Data Cosmos
626
-
- Azure-spring-data-cosmos supports using Azure Cosmos Client through Spring Data Cosmos.
627
-
- Users can get `CosmosClient` or `CosmosAsyncClient` bean through `ApplicationContext` and execute any operations supported by Azure Cosmos Client.
625
+
### Using Azure Cosmos DB Java SDK through Spring Data Cosmos
626
+
- Azure-spring-data-cosmos supports using Azure Cosmos DB Java SDK through Spring Data Cosmos.
627
+
- Users can get `CosmosClient` or `CosmosAsyncClient` bean through `ApplicationContext` and execute any operations supported by Azure Cosmos DB Java SDK.
628
+
- Refer to [Azure Cosmos DB Java SDK samples][azure_cosmos_db_java_sdk_samples] for more information on how to execute operations.
628
629
- Example:
629
630
```java readme-sample-CosmosClientBeanCodeSnippet
630
631
@SpringBootApplication
@@ -1129,5 +1130,6 @@ or contact [opencode@microsoft.com][coc_contact] with any additional questions o
0 commit comments