GitHub - Azure-Samples/azure-spring-data-cosmos-java-sql-api-getting-started: Spring Data Azure Cosmos DB quickstart guide sample repo (original) (raw)

Project Name

Azure Spring Data Cosmos getting started tutorial.

Features

This tutorial provides getting started features for azure-spring-data-cosmos Java SQL API modules.

Getting Started

Prerequisites

SLF4J is only needed if you plan to use logging, please also download an SLF4J binding which will link the SLF4J API with the logging implementation of your choice. See the SLF4J user manual for more information.

Installation

mvn clean install

Quickstart

  1. git clone https://github.com/Azure-Samples/azure-spring-data-cosmos-java-sql-api-getting-started.git
  2. cd azure-spring-data-cosmos-java-sql-api-getting-started
  3. cd azure-spring-data-cosmos-java-getting-started (for Java8) or azure-spring-data-cosmos-java-11-getting-started (for Java11)
  4. mvn spring-boot:run

Resources

Please refer to azure spring data cosmos java sql api source code for more information.