Skip to content

Commit

Permalink
Merge pull request #5 from AzureCosmosDB/update-readme
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
seesharprun authored Oct 17, 2024
2 parents 710ff95 + eaffbe8 commit 080e21d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,14 @@ Sample Java Spring web application using Azure Cosmos DB for NoSQL.
| --- | --- |
| Downloaded latest source code | <https://github.com/azurecosmosdb/quickstart-nosql-java/releases/latest/download/project.zip> |
| Open in GitHub Codespaces | <https://codespaces.new/AzureCosmosDB/quickstart-nosql-java?template=true&quickstart=1> |

## Run this

1. Replace the credentials in **src/main/java/com/microsoft/learn/azure/cosmosdb/nosql/quickstart/CosmosConfiguration.java** with your Azure Cosmos DB for NoSQL account's credentials.

1. Start the application:

```shell
mvn clean install
mvn spring-boot:run
```

0 comments on commit 080e21d

Please sign in to comment.