Skip to content

Commit e173abd

Browse files
authored
Update README.md
1 parent a0666c8 commit e173abd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ OpenJDK 64-Bit Server VM 19.4-(Zulu-11.31+11-linux-musl-x64)-Microsoft-Azure-res
5858
```
5959
[Java long-term support and medium-term support on Azure and Azure Stack](https://docs.microsoft.com/azure/developer/java/fundamentals/java-jdk-long-term-support?WT.mc_id=docs-github-yoterada)
6060

61+
62+
> [!NOTE]
63+
> The following sections include step by step guide of how to create a Web App project and how to create the Java application.
64+
> You can also jump into subfolder *[java-webapp-with-mysql](java-webapp-with-mysql)* and *[java-webapp-with-mssql](java-webapp-with-mssql)* to run the application for a quick test.
65+
66+
6167
## Setup Database before creating the Java Web App
6268

6369
In order to run this application, you need to install and configure the database before the deploy.
@@ -75,12 +81,6 @@ In order to install and create the MySQL, please refer to the following document
7581
Follow [Setup Azure SQL database](java-webapp-with-mssql/AzureSQL-Setup-For-Sample-App.md) to create database and import world data.
7682

7783

78-
79-
> [!NOTE]
80-
> The following sections include step by step guide of how to create a Web App project and how to create the Java application.
81-
> You can also jump into subfolder *[java-webapp-with-mysql](java-webapp-with-mysql)* and *[java-webapp-with-mssql](java-webapp-with-mssql)* to run the application for a quick test.
82-
83-
8484
## Create Maven Project for Java Web App
8585

8686
```bash

0 commit comments

Comments
 (0)