Skip to content

Commit 3d6051b

Browse files
authored
Merge pull request #111918 from yucwan/patch-25
fix version requirement for IntelliJ IDEA
2 parents 7562f27 + cb8fe87 commit 3d6051b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/spring-cloud/spring-cloud-tutorial-intellij-deploy-apps.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ The IntelliJ plug-in for Azure Spring Cloud supports application deployment from
1313
## Prerequisites
1414
* [JDK 8 Azul Zulu](https://docs.microsoft.com/java/azure/jdk/java-jdk-install?view=azure-java-stable)
1515
* [Maven 3.5.0+](https://maven.apache.org/download.cgi)
16-
* [IntelliJ IDEA Community Edition, version [2020.1]](https://www.jetbrains.com/idea/download/#section=windows)
17-
* Or: IntelliJ IDEA Ultimate Edition, version [2020.1]
16+
* [IntelliJ IDEA, Community/Ultimate Edition, version 2020.1/2019.3](https://www.jetbrains.com/idea/download/#section=windows)
1817

1918
## Install the plug-in
2019
You can Azure Toolkit for IntelliJ IDEA 3.35.0 from the IntelliJ **Plugins** UI.
@@ -94,4 +93,4 @@ To get the logs:
9493

9594
## See also
9695
* [Create a Hello World web app for Azure App Service using IntelliJ](https://docs.microsoft.com/azure/java/intellij/azure-toolkit-for-intellij-create-hello-world-web-app)
97-
* [Prepare a Java Spring application for deployment in Azure Spring Cloud](https://docs.microsoft.com/azure/spring-cloud/spring-cloud-tutorial-prepare-app-deployment)
96+
* [Prepare a Java Spring application for deployment in Azure Spring Cloud](https://docs.microsoft.com/azure/spring-cloud/spring-cloud-tutorial-prepare-app-deployment)

0 commit comments

Comments
 (0)