Skip to content

Commit

Permalink
Add hyperlinks to the Spring Readme files for Java Development Kit(JD…
Browse files Browse the repository at this point in the history
…K) (Azure#15596)

* Add hyperlinks to the Spring Readme files for Java Development Kit(JDK)

Co-authored-by: Xiaobing Zhu <[email protected]>
  • Loading branch information
ZhuXiaoBing-cn and Xiaobing Zhu authored Sep 25, 2020
1 parent d9349aa commit c41fa34
Show file tree
Hide file tree
Showing 36 changed files with 93 additions and 42 deletions.
3 changes: 2 additions & 1 deletion sdk/spring/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ submission is consistent with the project standards and is ready to be accepted

### Prerequisites

- Java Development Kit (JDK) with version 8 or above
- [Java Development Kit (JDK)][jdk_link] with version 8 or above
- [Maven][maven]
- Git
- Microsoft Azure subscription
Expand Down Expand Up @@ -67,3 +67,4 @@ Contribution is welcome. Please follow

<!-- Links -->
[maven]: https://maven.apache.org/
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This sample project demonstrates how to use Azure CosmosDB via Spring Boot Start

* An Azure subscription; if you don't already have an Azure subscription, you can activate your [MSDN subscriber benefits](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details/) or sign up for a [free Azure account](https://azure.microsoft.com/free/).

* A [Java Development Kit (JDK)](http://www.oracle.com/technetwork/java/javase/downloads/), version 1.8.
* A [Java Development Kit (JDK)][jdk_link], version 1.8.

* [Apache Maven](http://maven.apache.org/), version 3.0 or later.

Expand Down Expand Up @@ -66,3 +66,5 @@ If `com.fasterxml.jackson.databind.JsonMappingException` is thrown during deseri
Please refer to [this article](https://docs.microsoft.com/java/azure/spring-framework/configure-spring-boot-starter-java-app-with-cosmos-db) for the tutorial about how to use the Spring Boot Starter with Azure Cosmos DB API.

## Contributing
<!-- LINKS -->
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This sample project demonstrates how to use Azure Media Services with Spring Boo

* An Azure subscription; if you don't already have an Azure subscription, you can activate your [MSDN subscriber benefits](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details/) or sign up for a [free Azure account](https://azure.microsoft.com/free/).

* A [Java Development Kit (JDK)](http://www.oracle.com/technetwork/java/javase/downloads/), version 1.8.
* A [Java Development Kit (JDK)][jdk_link], version 1.8.

* [Apache Maven](http://maven.apache.org/), version 3.0 or later.

Expand Down Expand Up @@ -55,3 +55,6 @@ mvn spring-boot:run
## License

The video file `video.mp4` under `src/main/resources` folder is from GitHub repository [big-buck-bunny-480p-5s](https://github.com/bower-media-samples/big-buck-bunny-480p-5s) without any modification and is under the [Creative Commons Attribution 3.0 license](http://creativecommons.org/licenses/by/3.0/).

<!-- LINKS -->
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Running this sample will be charged by Azure. You can check the usage and bill a

* An Azure subscription. If you don't already have an Azure subscription, you can activate your [MSDN subscriber benefits](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details/) or sign up for a [free Azure account](https://azure.microsoft.com/free/).

* A [Java Development Kit (JDK)](http://www.oracle.com/technetwork/java/javase/downloads/), version 1.8.
* A [Java Development Kit (JDK)][jdk_link], version 1.8.

* [Apache Maven](http://maven.apache.org/), version 3.0 or later.

Expand Down Expand Up @@ -67,3 +67,6 @@ Type | Reference Link
`Queues` | [https://docs.microsoft.com/azure/service-bus-messaging/service-bus-java-how-to-use-queues](https://docs.microsoft.com/azure/service-bus-messaging/service-bus-java-how-to-use-queues)
## Contributing
<!-- LINKS -->
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Running this sample will be charged by Azure. You can check the usage and bill a

* An Azure subscription. If you don't already have an Azure subscription, you can activate your [MSDN subscriber benefits](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details/) or sign up for a [free Azure account](https://azure.microsoft.com/free/).

* A [Java Development Kit (JDK)](http://www.oracle.com/technetwork/java/javase/downloads/), version 1.8.
* A [Java Development Kit (JDK)][jdk_link], version 1.8.

* [Apache Maven](http://maven.apache.org/), version 3.0 or later.

Expand Down Expand Up @@ -71,3 +71,6 @@ Type | Reference Link
`Subscriptions` | [https://docs.microsoft.com/azure/service-bus-messaging/service-bus-java-how-to-use-topics-subscriptions](https://docs.microsoft.com/azure/service-bus-messaging/service-bus-java-how-to-use-topics-subscriptions)
## Contributing
<!-- LINKS -->
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This sample project demonstrates how to use Service Bus with Spring Boot.

* An Azure subscription; if you don't already have an Azure subscription, you can activate your [MSDN subscriber benefits](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details/) or sign up for a [free Azure account](https://azure.microsoft.com/free/).

* A [Java Development Kit (JDK)](http://www.oracle.com/technetwork/java/javase/downloads/), version 1.8.
* A [Java Development Kit (JDK)][jdk_link], version 1.8.

* [Apache Maven](http://maven.apache.org/), version 3.0 or later.

Expand Down Expand Up @@ -41,4 +41,7 @@ Type | Reference Link
`Queues` | [Use Azure Service Bus queues with Java to send and receive messages](https://docs.microsoft.com/azure/service-bus-messaging/service-bus-java-how-to-use-queues)
`Topics & Subscriptions` | [Use Service Bus topics and subscriptions with Java](https://docs.microsoft.com/azure/service-bus-messaging/service-bus-java-how-to-use-topics-subscriptions)

## Contributing
## Contributing

<!-- LINKS -->
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This sample project demonstrates how to use Azure Blob storage with Spring Boot.

* An Azure subscription; if you don't already have an Azure subscription, you can activate your [MSDN subscriber benefits](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details/) or sign up for a [free Azure account](https://azure.microsoft.com/free/).

* A [Java Development Kit (JDK)](http://www.oracle.com/technetwork/java/javase/downloads/), version 1.8.
* A [Java Development Kit (JDK)][jdk_link], version 1.8.

* [Apache Maven](http://maven.apache.org/), version 3.0 or later.

Expand Down Expand Up @@ -45,7 +45,8 @@ Storage Type | Reference Link

## Contributing


<!-- LINKS -->
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This sample shows how to convert a Spring Cloud Application with Cosmos DB to be

* An Azure subscription; if you don't already have an Azure subscription, you can activate your [MSDN subscriber benefits](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details/) or sign up for a [free Azure account](https://azure.microsoft.com/free/).

* A [Java Development Kit (JDK)](https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable), version 8.
* A [Java Development Kit (JDK)][jdk_link], version 8.

* [Apache Maven](http://maven.apache.org/), version 3.0 or later.

Expand Down Expand Up @@ -290,3 +290,6 @@ In this section, you clone a containerized Spring Boot application and test it l
## Troubleshooting
## Next steps
## Contributing

<!-- LINKS -->
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This sample describes how to use [spring-cloud-starter-azure-appconfiguration-co
## Getting started
### Prerequisite

* A [Java Development Kit (JDK)](https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable), version 8.
* A [Java Development Kit (JDK)][jdk_link], version 8.
* [Apache Maven](http://maven.apache.org/), version 3.0 or later.

### How to run
Expand Down Expand Up @@ -57,3 +57,6 @@ Please refer to this [README](https://github.com/Azure/azure-sdk-for-java/blob/m
## Troubleshooting
## Next steps
## Contributing

<!-- LINKS -->
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This sample describes how to use [spring-cloud-feature-management](https://githu

### Prerequisite

* A [Java Development Kit (JDK)](https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable), version 8.
* A [Java Development Kit (JDK)][jdk_link], version 8.
* [Apache Maven](http://maven.apache.org/), version 3.0 or later.

### How to run without Azure Configuration Service
Expand Down Expand Up @@ -64,3 +64,6 @@ Please refer to this [README](https://github.com/Azure/azure-sdk-for-java/blob/m
## Troubleshooting
## Next steps
## Contributing

<!-- LINKS -->
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This sample describes how to use [spring-cloud-feature-management](https://githu

### Prerequisite

* A [Java Development Kit (JDK)](https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable), version 8.
* A [Java Development Kit (JDK)][jdk_link], version 8.
* [Apache Maven](http://maven.apache.org/), version 3.0 or later.

### How to run without Azure Configuration Service
Expand Down Expand Up @@ -69,3 +69,6 @@ Please refer to this [README](https://github.com/Azure/azure-sdk-for-java/blob/m
## Troubleshooting
## Next steps
## Contributing

<!-- LINKS -->
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ while protecting the identities of your customers at the same time.
## Getting started

### Prerequisites
- Java Development Kit (JDK) with version 8 or above
- [Java Development Kit (JDK)][jdk_link] with version 8 or above
- [Azure Subscription][azure_subscription]
- [Maven](http://maven.apache.org/) 3.0 and above

Expand Down Expand Up @@ -239,3 +239,4 @@ Please follow [instructions here](https://github.com/Azure/azure-sdk-for-java/bl
[sample]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-b2c-oidc
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK#use-logback-logging-framework-in-a-spring-boot-application
[azure_subscription]: https://azure.microsoft.com/free
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ With Spring Starter for Azure Active Directory, now you can get started quickly

## Getting started
### Prerequisites
- Java Development Kit (JDK) with version 8 or above
- [Java Development Kit (JDK)][jdk_link] with version 8 or above
- [Azure Subscription][azure_subscription]
- [Maven](http://maven.apache.org/) 3.0 and above

Expand Down Expand Up @@ -278,3 +278,4 @@ Please follow [instructions here](https://github.com/Azure/azure-sdk-for-java/bl
[sample]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-boot-samples
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK#use-logback-logging-framework-in-a-spring-boot-application
[azure_subscription]: https://azure.microsoft.com/free
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable
3 changes: 2 additions & 1 deletion sdk/spring/azure-spring-boot-starter-cosmosdb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Getting started
### Prerequisites
- Java Development Kit (JDK) with version 8 or above
- [Java Development Kit (JDK)][jdk_link] with version 8 or above
- [Azure Subscription][azure_subscription]
- [Maven](http://maven.apache.org/) 3.0 and above

Expand Down Expand Up @@ -249,3 +249,4 @@ Please follow [instructions here](https://github.com/Azure/azure-sdk-for-java/bl
[sample]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-cosmosdb
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK#use-logback-logging-framework-in-a-spring-boot-application
[azure_subscription]: https://azure.microsoft.com/free
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable
3 changes: 2 additions & 1 deletion sdk/spring/azure-spring-boot-starter-data-gremlin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Spring Data Gremlin Starter provides Spring Data support for the Gremlin que

## Getting started
### Prerequisites
- Java Development Kit (JDK) with version 8 or above
- [Java Development Kit (JDK)][jdk_link] with version 8 or above
- [Azure Subscription][azure_subscription]
- [Maven](http://maven.apache.org/) 3.0 and above

Expand Down Expand Up @@ -232,3 +232,4 @@ Please follow [instructions here](https://github.com/Azure/azure-sdk-for-java/bl
[sample]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-data-gremlin
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK#use-logback-logging-framework-in-a-spring-boot-application
[azure_subscription]: https://azure.microsoft.com/free
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Azure Key Vault Secrets Spring boot starter is Spring starter for [Azure Key Vau

## Getting started
### Prerequisites
- Java Development Kit (JDK) with version 8 or above
- [Java Development Kit (JDK)][jdk_link] with version 8 or above
- [Azure Subscription][azure_subscription]
- [Maven](http://maven.apache.org/) 3.0 and above

Expand Down Expand Up @@ -196,3 +196,4 @@ Please follow [instructions here](https://github.com/Azure/azure-sdk-for-java/bl
[sample]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-keyvault-secrets
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK#use-logback-logging-framework-in-a-spring-boot-application
[azure_subscription]: https://azure.microsoft.com/free
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable
3 changes: 2 additions & 1 deletion sdk/spring/azure-spring-boot-starter-metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ With this starter you could easily use Azure Metrics with Spring Boot.

## Getting started
### Prerequisites
- Java Development Kit (JDK) with version 8 or above
- [Java Development Kit (JDK)][jdk_link] with version 8 or above
- [Azure Subscription][azure_subscription]
- [Maven](http://maven.apache.org/) 3.0 and above

Expand Down Expand Up @@ -80,3 +80,4 @@ Please follow [instructions here](https://github.com/Azure/azure-sdk-for-java/bl
[package]: https://mvnrepository.com/artifact/com.microsoft.azure/azure-spring-boot-metrics-starter
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK#use-logback-logging-framework-in-a-spring-boot-application
[azure_subscription]: https://azure.microsoft.com/free
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ With this starter you could easily use Spring JMS Queue and Topic with Azure Ser

## Getting started
### Prerequisites
- Java Development Kit (JDK) with version 8 or above
- [Java Development Kit (JDK)][jdk_link] with version 8 or above
- [Azure Subscription][azure_subscription]
- [Maven](http://maven.apache.org/) 3.0 and above

Expand Down Expand Up @@ -229,3 +229,4 @@ Please follow [instructions here](https://github.com/Azure/azure-sdk-for-java/bl
[sample]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-boot-samples/
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK#use-logback-logging-framework-in-a-spring-boot-application
[azure_subscription]: https://azure.microsoft.com/free
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable
3 changes: 2 additions & 1 deletion sdk/spring/azure-spring-boot-starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This repository is for Spring Boot Starters of Azure services. It helps Spring B

## Getting started
### Prerequisites
- Java Development Kit (JDK) with version 8 or above
- [Java Development Kit (JDK)][jdk_link] with version 8 or above
- [Azure Subscription][azure_subscription]
- [Maven](http://maven.apache.org/) 3.0 and above

Expand Down Expand Up @@ -100,6 +100,7 @@ Please follow [instructions here](https://github.com/Azure/azure-sdk-for-java/bl
[sample]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-boot-samples
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK#use-logback-logging-framework-in-a-spring-boot-application
[azure_subscription]: https://azure.microsoft.com/free
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable

[aad-starter-readme]: https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/spring/azure-spring-boot-starter-active-directory/README.md
[aad-starter-mvn-2.3.x-img]: https://img.shields.io/maven-central/v/com.microsoft.azure/azure-active-directory-spring-boot-starter.svg
Expand Down
3 changes: 2 additions & 1 deletion sdk/spring/azure-spring-boot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This repo is for Spring Boot Starters of Azure services. It helps Spring Boot de
## Getting started

### Prerequisites
- Java Development Kit (JDK) with version 8 or above
- [Java Development Kit (JDK)][jdk_link] with version 8 or above
- [Azure Subscription][azure_subscription]
- [Maven](http://maven.apache.org/) 3.0 and above

Expand Down Expand Up @@ -118,3 +118,4 @@ You can participate community driven [![Gitter](https://badges.gitter.im/Microso
[sample]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-boot-samples
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK#use-logback-logging-framework-in-a-spring-boot-application
[azure_subscription]: https://azure.microsoft.com/free
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable
3 changes: 2 additions & 1 deletion sdk/spring/azure-spring-cloud-autoconfigure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This package is for Spring Cloud Starters of Azure services. It helps Spring Clo
## Getting started

### Prerequisites
- Java Development Kit (JDK) with version 8 or above
- [Java Development Kit (JDK)][jdk_link] with version 8 or above
- [Azure Subscription][azure_subscription]
- [Maven][maven] 3.0 and above

Expand Down Expand Up @@ -112,3 +112,4 @@ Please follow [instructions here][contributing_md] to build from source or contr
[service_bus_sample]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-servicebus-integration-sample
[storage_sample]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-storage-resource-sample
[storage_queue_sample]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-storage-queue-integration-sample
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable
3 changes: 2 additions & 1 deletion sdk/spring/azure-spring-cloud-context/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This package helps developers to finish the auto-configuration of Azure Context.

## Getting started
### Prerequisites
- Java Development Kit (JDK) with version 8 or above
- [Java Development Kit (JDK)][jdk_link] with version 8 or above
- [Azure Subscription][azure_subscription]
- [Maven][maven] 3.0 and above

Expand Down Expand Up @@ -59,3 +59,4 @@ Please follow [instructions here][contributing_md] to build from source or contr
[logging_doc]: https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-logging
[contributing_md]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/CONTRIBUTING.md
[maven]: http://maven.apache.org/
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ microservice using **Spring Cloud Stream** based on [Azure Event Hub][azure_even

## Getting started
### Prerequisites
- Java Development Kit (JDK) with version 8 or above
- [Java Development Kit (JDK)][jdk_link] with version 8 or above
- [Azure Subscription][azure_subscription]
- [Maven][maven] 3.0 and above

Expand Down Expand Up @@ -190,3 +190,4 @@ Please follow [instructions here][contributing_md] to build from source or contr
[contributing_md]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/CONTRIBUTING.md
[maven]: http://maven.apache.org/
[azure_event_hub]: https://azure.microsoft.com/services/event-hubs/
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable
Loading

0 comments on commit c41fa34

Please sign in to comment.