This repository contains a Spring Boot v3.2.1 application (Java 21) built with Maven, located in the app folder, and Terraform infrastructure code in the terraform folder.
Before running the Spring Boot application, ensure you have the following installed:
- Java 21
- Maven
-
Navigate to the
appfolder:cd app -
Build and run the application:
mvn clean install java -jar target/your-application.jar
Describe how to use the Spring Boot application and any specific details about its functionality.
Include any additional information about the Spring Boot application, configuration options, or troubleshooting tips.
Before deploying the infrastructure with Terraform, ensure you have the following installed:
- Terraform
-
Navigate to the
terraformfolder:cd terraform -
Initialize Terraform:
terraform init
-
Review and customize the Terraform variables in
variables.tf.
Deploy the infrastructure:
terraform apply