Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.67 KB

File metadata and controls

29 lines (23 loc) · 1.67 KB
author KarlErickson
ms.author karler
ms.reviewer hangwan
ms.service azure-container-apps
ms.topic include
ms.date 03/05/2025

There are several options available for deploying Java applications, including the following options:

  • Deployment from a local file system or from a code repository.
  • Deployment using Maven or an IDE.
  • Deployment using a WAR file, a JAR file, or directly from source code.

By the end of this tutorial, you deploy a web application that you can manage through the Azure portal. The following screenshot shows the home page of the PetClinic application deployed to Azure Container Apps:

:::image type="content" source="../media/java-get-started/azure-container-apps-spring-pet-clinic-home-page.png" alt-text="Screenshot of the home page of the PetClinic app." lightbox="../media/java-get-started/azure-container-apps-spring-pet-clinic-home-page.png":::

Prerequisites