Code Monkey home page Code Monkey logo

spring-cloud-azure's Introduction

Build Status codecov.io GitHub license

Spring Cloud Azure

Spring Cloud provides boilerplate patterns for developers to quickly build and orchestrate their microservice based applications. Based on that, Spring Cloud Azure is designed to provide seamless Spring integration with Azure services. Developers can adopt a Spring-idiomatic way to take advantage of services on Azure, with only few lines of configuration and minimal code changes.

Module and Starter

Below packages are available with latest release version. We recommend users to leverage latest version for bug fix and new features.

Module Version Sample
Spring Cloud Stream Binder for Azure Event Hubs Maven Central Sample
Spring Cloud Stream with Azure Event Hubs Kafka API Maven Central Sample
Spring Cloud Stream Binder for Azure Service Bus Topic Maven Central Sample
Spring Cloud Stream Binder for Azure Service Bus Queue Maven Central Sample
Module Version Integration Sample Template Sample
Spring Integration for Azure Event Hubs Maven Central Integration Sample EventHubTemplate Sample
Spring Integration for Azure Service Bus Maven Central Integration Sample ServiceBusTemplate Sample
Spring Integration for Storage Queue Maven Central Integration Sample StorageQueueTemplate Sample
Module Version Sample
Spring Resource Abstraction for Azure Storage Maven Central Sample
Module Version Sample
Spring Caching with Azure Redis Cache Maven Central Sample
Module Version Sample
Spring Cloud Config with Azure App Configuration Maven Central Sample
Spring Cloud Config with Feature Management Maven Central Sample
Spring Cloud Config with Feature Management Web Maven Central Sample

Sample and Tutorial

Please use the samples as a reference for how to use Spring Cloud Azure in your projects. For more information about building Spring applications on Azure, please check Spring on Azure tutorials.

You can also visit Spring Cloud Azure Playground to quickly generate a new Spring Cloud applications for Azure.

Snapshots

Nexus OSS

Snapshots built from master branch are available, add maven repositories configuration to your pom file as below.

<repositories>
  <repository>
    <id>nexus-snapshots</id>
    <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
    <snapshots>
      <enabled>true</enabled>
      <updatePolicy>always</updatePolicy>
    </snapshots>
  </repository>
</repositories>

Contributing

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.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

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 [email protected] with any additional questions or comments.

Data and Telemetry

This project collects usage data and sends it to Microsoft to help improve our products and services. Read our privacy statement to learn more.

To disable this, you can add spring.cloud.azure.telemetry.enabled=false in the application.properties file.

spring-cloud-azure's People

Contributors

aclement avatar andreasreinhardt avatar chenghaoharvey avatar dodie avatar dsibilio avatar incarnation-p-lee avatar junjie-x avatar manedev79 avatar matthew-dong avatar miaosakurai avatar microsoftopensource avatar mrm9084 avatar msftgits avatar nktener0902 avatar rmcmurray avatar romeara avatar saragluna avatar sophiaso avatar superrdean avatar xscript avatar yaweiw avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.