LoginSignup
6
2

More than 5 years have passed since last update.

IntelliJ IDEAでホットデプロイ

Posted at

1.
build.gradleに以下を追記

compile("org.springframework.boot:spring-boot-devtools")

2.
IntelliJ IDEAの設定→コンパイルで自動ビルドのところにチェック

3.
Ctrl+Shift+Aでポップアップされたウインドウに「レジストリ」と入力して、compiler.automake.allow.when.app.runningにチェックする

6
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
2