Create Spring App and Deploy in 8 Steps
To create a brand new spring boot app and deploy to a web server in 8 steps you can use the following:
To create a brand new spring boot app and deploy to a web server in 8 steps you can use the following:
brew tap heroku/brew && brew install heroku
heroku autocomplete
printf "$(heroku autocomplete:script bash)" >> ~/.bashrc; source ~/.bashrc
To use autocomplete type: Heroku
and Tab,Tab