# Spring development ## Usage ```bash # start the virtual machine vagrant up # connect to the virtual machine vagrant ssh # showdown the virtual machine vagrant down # destroy the virtual machine vagrant destroy ``` ## Documents - [Install VirtualBox](https://www.virtualbox.org/wiki/Downloads) - [Install Vagrant](https://developer.hashicorp.com/vagrant/tutorials/getting-started/getting-started-install)