You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,12 @@ OpenJDK 64-Bit Server VM 19.4-(Zulu-11.31+11-linux-musl-x64)-Microsoft-Azure-res
58
58
```
59
59
[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)
60
60
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
+
61
67
## Setup Database before creating the Java Web App
62
68
63
69
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
75
81
Follow [Setup Azure SQL database](java-webapp-with-mssql/AzureSQL-Setup-For-Sample-App.md) to create database and import world data.
76
82
77
83
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.
0 commit comments