Skip to content

ernest-emmanuel-utibe/Spring-boot-app-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Spring Boot App Generator

This repository contains a script to generate a new Spring Boot application.

Usage

  1. Clone this repository:
    git clone https://github.com/your-username/spring-boot-app-generator.git
    cd spring-boot-app-generator
    
  2. Make sure the script is executable by typing:
     chmod +x create-spring-boot-app.sh
    
  3. Run the script with the desired application name:
    ./create-spring-boot-app.sh <name-of-the-app>
    
  4. Navigate to the new application directory:
    cd <name-of-the-app>
    
  5. Build and run the application with Docker:
    docker-compose up --build
    
    
    
    
    

SECOND ONE

Spring Boot App Generator

This repository contains a script to generate a new Spring Boot application.

Usage

  1. Clone this repository:
    git clone https://github.com/your-username/spring-boot-app-generator.git
    cd spring-boot-app-generator
    
  2. Make sure the script is executable by typing:
     chmod +x create-spring-boot-app.sh
    
  3. Run the Script on Unix-based Systems:
    ./create-spring-boot-app.sh <name-of-the-app>
    
  4. Run the Batch Script on Windows:
    create-spring-boot-app.bat <name-of-the-app>
    
  5. Navigate to the new application directory:
    cd <name-of-the-app>
    
  6. Build and run the application with Docker:
    docker-compose up --build
    
    

Your app will be created in the "spring-boot-app-generator's folder". You can move it to your designated folder from your machine if you like

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published