Spring Boot Devtools
- ๊ฐ๋ฐํ ๋ ์๋ ์ฌ์์
- ๋ธ๋ผ์ฐ์ ๋ผ์ด๋ธ ์๋ก๊ณ ์นจ
- ๊ธฐํ ๊ฐ๋ฐ์ ํ์ํ ๊ธฐ๋ฅ ์ง์
Install
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
Chrome Extention
IntelliJ Devtools Reload
- Compiler option
- check
Build project automatically
- Advanced Settings > Compiler
- check
Allow auto-make to start even if developed application is currently running
- Registry option(Deprecated)
check compiler.automake.allow.when.app.running
ref