QuietShark.com
  • Tech Bites
Home » Posts » Create spring app and deploy in 8 steps
Create Spring App and Deploy in 8 Steps

Create Spring App and Deploy in 8 Steps

  • Apr 24, 2023
  • DevOps

To create a brand new spring boot app and deploy to a web server in 8 steps you can use the following:

Prerequisites

  • Install Heroku CLI
  • Install Spring CLI

Commands

heroku login
spring init --dependencies=web demo
cd demo
git init
git add .
git commit -m "new spring app"
heroku create
git push heroku master

About

Skip - Creator of QuietShark.com

Skip - Creator of QuietShark.com

Welcome! QuietShark.com …

Know More

Category

  • #ai (1)
  • #aws (1)
  • #back end development (1)
  • #batch processing (9)
  • #cloud storage (1)
  • #command line (2)
  • #database (2)
  • #databases (1)
  • #devops (2)
  • #front end development (4)
  • #git (4)
  • #hatch (2)
  • #java (5)
  • #javascript (1)
  • #jpa (1)
  • #kubernetes (6)
  • #machine learning (1)
  • #math (1)
  • #optimization (1)
  • #programming (5)
  • #python (4)
  • #security (2)
  • #spring (2)
  • #tooling (1)

Recommended

  • Optuna - Hyperparameter Optimization

    Optuna - Hyperparameter Optimization

  • Calculus Refresher: The Ultimate Formula Cheat Sheet

    Calculus Refresher: The Ultimate Formula Cheat Sheet

  • SQLAlchemy vs Hibernate: A Deep Dive into Python and Java ORMs

    SQLAlchemy vs Hibernate: A Deep Dive into Python and Java ORMs

  • Comparing Persistent Data Sources on AWS: Choosing the Right Storage Solution

    Comparing Persistent Data Sources on AWS: Choosing the Right Storage Solution

  • Write Unit Tests First and Use AI to Generate Code That Passes Them

    Write Unit Tests First and Use AI to Generate Code That Passes Them

QuietShark.com
  • Home
  • About
Copyright by your company | Theme by GetHugoThemes