Skip to content

ih0r-d/spring-boot3-with-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rest API using Spring Boot 3

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.

Table of Contents

Application

Prerequisites

Before running the Spring Boot application, ensure you have the following installed:

  • Java 21
  • Maven

Getting Started

  1. Navigate to the app folder:

    cd app
  2. Build and run the application:

    mvn clean install
    java -jar target/your-application.jar

Usage

Describe how to use the Spring Boot application and any specific details about its functionality.

Additional Notes

Include any additional information about the Spring Boot application, configuration options, or troubleshooting tips.

Terraform Infrastructure

Prerequisites

Before deploying the infrastructure with Terraform, ensure you have the following installed:

  • Terraform

Getting Started

  1. Navigate to the terraform folder:

    cd terraform
  2. Initialize Terraform:

    terraform init
  3. Review and customize the Terraform variables in variables.tf.

Usage

Deploy the infrastructure:

terraform apply

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published