This project demonstrates a simple Java application deployed on Microsoft Azure.
- Java Development Kit (JDK) 11 or higher
- Maven
- Azure CLI
-
Clone the repository:
git clone https://github.com/yourusername/hello-java-azure.git cd hello-java-azure -
Build the project:
mvn clean install
-
Run the application locally:
java -jar target/hello-java-azure.jar
This project is licensed under the MIT License.