Spring Boot Starters for Azure services
Перейти к файлу
yungez 15e4a2f3b5 fix appveyor.yml after repo rename (#174)
* fix appveyor.yml after rename

* update badge link in readme after repo rename

* fix codecov badge link
2017-09-19 10:58:28 +08:00
.mvn/wrapper adds maven wrapper (#74) 2017-08-07 17:01:39 +08:00
activedirectory bump version after release to avoid downloading released packages (#156) 2017-09-07 13:21:28 +08:00
cloudfoundry bump version after release to avoid downloading released packages (#156) 2017-09-07 13:21:28 +08:00
common Upgrade findbug to 3.0.5 version (#172) 2017-09-18 18:33:42 +08:00
documentdb add partition support in docdb (#169) 2017-09-18 10:51:50 +08:00
keyvault rename keyvault properties (#167) 2017-09-12 20:46:49 +08:00
mediaservices bump version after release to avoid downloading released packages (#156) 2017-09-07 13:21:28 +08:00
microsoft-graph bump version after release to avoid downloading released packages (#156) 2017-09-07 13:21:28 +08:00
servicebus bump version after release to avoid downloading released packages (#156) 2017-09-07 13:21:28 +08:00
storage bump version after release to avoid downloading released packages (#156) 2017-09-07 13:21:28 +08:00
.gitignore excludes firebugexcludefilterfile (#125) 2017-08-28 14:28:51 +08:00
.travis.yml enable appveyor (#110) 2017-08-14 09:50:50 +08:00
HowToContribute.md bump version after release to avoid downloading released packages (#156) 2017-09-07 13:21:28 +08:00
LICENSE use MIT license for open source (#22) 2017-07-04 17:29:55 +08:00
README.md fix appveyor.yml after repo rename (#174) 2017-09-19 10:58:28 +08:00
appveyor.yml fix appveyor.yml after repo rename (#174) 2017-09-19 10:58:28 +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 bump version after release to avoid downloading released packages (#156) 2017-09-07 13:21:28 +08:00

README.md

Travis CI AppVeyor codecov MIT License

Azure Spring Boot Starters

Introduction

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

Prequisite

  • JDK 1.8 and above
  • Maven 3.0 and above

Usage

Below starters are available. You can find them in Maven Central Repository.

Starter Name Version
azure-ad-integration-spring-boot-starter Maven Central
azure-cloud-foundry-service Maven Central
azure-documentdb-spring-boot-starter Maven Central
azure-keyvault-secrets-spring-boot-starter Maven Central
azure-mediaservices-spring-boot-starter Maven Central
microsoft-graph-spring-social-starter Maven Central
azure-servicebus-spring-boot-starter Maven Central
azure-storage-spring-boot-starter Maven Central

How to Build and Contribute

Please follow instruction 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.

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.