Spring Boot Starters for Azure services
Перейти к файлу
weiping f36ac06d52
fix incorrect badge url for cosmosdb starter url (#505)
2018-12-17 10:31:30 +08:00
.github update gitingore for gradle build output (#274) 2018-03-01 11:01:20 +08:00
.mvn/wrapper Upgrade to Maven wrapper 3.5.3 (#299) 2018-03-12 11:39:56 +08:00
.release-automation rename package and artifact ids from documentdb to cosmosdb (fix #326) 2018-09-05 10:01:30 +08:00
azure-spring-boot Upgrade version to 2.0.9.BUILD-SNAPSHOT. (#499) 2018-12-13 15:45:27 +08:00
azure-spring-boot-bom Upgrade version to 2.0.9.BUILD-SNAPSHOT. (#499) 2018-12-13 15:45:27 +08:00
azure-spring-boot-parent Upgrade version to 2.0.9.BUILD-SNAPSHOT. (#499) 2018-12-13 15:45:27 +08:00
azure-spring-boot-samples Upgrade version to 2.0.9.BUILD-SNAPSHOT. (#499) 2018-12-13 15:45:27 +08:00
azure-spring-boot-starters Upgrade version to 2.0.9.BUILD-SNAPSHOT. (#499) 2018-12-13 15:45:27 +08:00
config add telemetry in application insights (#322) 2018-05-03 19:54:10 -07:00
.gitignore Aad faq (#378) 2018-07-03 15:47:45 +08:00
.travis.yml Gradlew version fix (#345) 2018-06-04 18:35:45 +08:00
HowToContribute.md Document git command to clone the repo on Windows (#271) 2018-05-04 15:46:18 +08:00
LICENSE use MIT license for open source (#22) 2017-07-04 17:29:55 +08:00
README.md fix incorrect badge url for cosmosdb starter url (#505) 2018-12-17 10:31:30 +08:00
appveyor.yml put all autoconfigure code into one module (#177) 2017-09-20 11:00:22 +08:00
mvnw adds maven wrapper (#74) 2017-08-07 17:01:39 +08:00
mvnw.cmd adds maven wrapper (#74) 2017-08-07 17:01:39 +08:00
pom.xml Upgrade version to 2.0.9.BUILD-SNAPSHOT. (#499) 2018-12-13 15:45:27 +08:00

README.md

Travis CI AppVeyor codecov MIT License Gitter

Azure Spring Boot

Introduction

This repo is for Spring Boot Starters of Azure services. It helps Spring Boot developers to adopt Azure services.

Support Spring Boot

This repository supports both Spring Boot 1.5.x and 2.0.x. Please read this document for branch mapping.

Prerequisites

  • JDK 1.8 and above
  • Maven 3.0 and above

Usage

Below starters are available. You can find them in Maven Central Repository. The first three starters are also available in Spring Initializr.

Starter Name Version
azure-active-directory-spring-boot-starter Maven Central
azure-storage-spring-boot-starter Maven Central
azure-keyvault-secrets-spring-boot-starter Maven Central
azure-cosmosdb-spring-boot-starter Maven Central
azure-mediaservices-spring-boot-starter Maven Central
azure-servicebus-spring-boot-starter Maven Central
spring-data-gremlin-boot-starter Maven Central
azure-spring-boot-metrics-starter Maven Central

How to Build and Contribute

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

Please follow instructions here to build from source or contribute.

You could check below articles to learn more on usage of specific starters.

How to use the Spring Boot Starter with Azure Cosmos DB DocumentDB API

Filing Issues

If you encounter any bug, please file an issue here.

To suggest a new feature or changes that could be made, file an issue the same way you would for a bug.

You can participate community driven Gitter

Pull Requests

Pull requests are welcome. To open your own pull request, click here. When creating a pull request, make sure you are pointing to the fork and branch that your changes were made in.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.