diff --git a/WORKFLOWS.md b/WORKFLOWS.md index a4ee82b2..9d802e00 100644 --- a/WORKFLOWS.md +++ b/WORKFLOWS.md @@ -74,7 +74,6 @@ | | Deploy a managed JavaSE Quarkus application | [![appservice/javase-quarkus/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_javase-quarkus_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_javase-quarkus_README_md.yml) | 0 2 * * 4 | | | Deploy WildFly using a Docker image | [![appservice/docker-wildfly/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_docker-wildfly_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_docker-wildfly_README_md.yml) | 0 3 * * 4 | | | Deploy Tomcat using a Docker image | [![appservice/docker-tomcat/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_docker-tomcat_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_docker-tomcat_README_md.yml) | 0 4 * * 4 | -| | Delete a web application | [![appservice/delete-webapp/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_delete-webapp_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_delete-webapp_README_md.yml) | 0 6 * * 4 | | | Deploy Payara using a container image | [![appservice/container-payara/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_container-payara_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_container-payara_README_md.yml) | 0 10 * * 4 | | | Deploy Jetty using a container image | [![appservice/container-jetty/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_container-jetty_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_container-jetty_README_md.yml) | 0 11 * * 4 | | | Deploy a GraalVM application using a container image | [![appservice/container-graalvm/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_container-graalvm_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_container-graalvm_README_md.yml) | 0 12 * * 4 | @@ -94,6 +93,7 @@ | [Deploy to a deployment slot](appservice/deploy-to-deployment-slot/README.md)| [![appservice/deploy-to-deployment-slot/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_deploy-to-deployment-slot_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_deploy-to-deployment-slot_README_md.yml) | 0 3 * * 3 | Week 4 | | [Swap a deployment slot](appservice/swap-deployment-slot/README.md) | [![appservice/swap-deployment-slot/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_swap-deployment-slot_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_swap-deployment-slot_README_md.yml) | 0 4 * * 3 | Week 5 | | [Delete an App Service plan](appservice/delete-plan/README.md) | [![appservice/delete-plan/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_delete-plan_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_delete-plan_README_md.yml) | 0 5 * * 3 | Week 6 | +| [Delete a web application](appservice/delete-webapp/README.md) | [![appservice/delete-webapp/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_delete-webapp_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_delete-webapp_README_md.yml) | 0 6 * * 4 | Week 7 | | Azure Container Registry examples | [Create an Azure Container Registry](acr/create/README.md) | [![acr/create/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/acr_create_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/acr_create_README_md.yml) | 0 0 * * 0 | Week 1 | | [Create a 'acrpull' Service Principal](acr/create-acrpull-service-principal/README.md) | [![acr/create-acrpull-service-principal/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/acr_create-acrpull-service-principal_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/acr_create-acrpull-service-principal_README_md.yml) | 0 1 * * 0 | Week 2 | diff --git a/appservice/delete-webapp/README.md b/appservice/delete-webapp/README.md index 0d4585e7..29dbbfac 100644 --- a/appservice/delete-webapp/README.md +++ b/appservice/delete-webapp/README.md @@ -19,7 +19,7 @@ This example assumes you have previously completed the following examples: fi --> - + To delete the web application from Azure App Service use the following command line: diff --git a/mysql/get-country/pom.xml b/mysql/get-country/pom.xml index 8c3c5798..2a0dccd8 100644 --- a/mysql/get-country/pom.xml +++ b/mysql/get-country/pom.xml @@ -48,9 +48,9 @@ - mysql - mysql-connector-java - 8.0.28 + com.mysql + mysql-connector-j + 9.2.0