Skip to content

Instantly share code, notes, and snippets.

@khilkevichigor
Last active January 10, 2021 19:20
Show Gist options
  • Save khilkevichigor/ddda134a7fcbdfe9c3dd17aaf4017f90 to your computer and use it in GitHub Desktop.
Save khilkevichigor/ddda134a7fcbdfe9c3dd17aaf4017f90 to your computer and use it in GitHub Desktop.
Запуск приложения SpringBoot из терминала

Запуск приложения SpringBoot локально из терминала

Для старта приложения - в терминале idea выполняем команду:

mvn spring-boot:run

Для остановки приложения - в терминале idea нажимаем

Ctrl + C

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment