์ด ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ฅผ ์ถ๊ฐํ ๊ฒฝ์ฐ, local์์ ์ปดํ์ผ๋ง ํ๋ฉด ์๋ฒ ์ฌ์์ ์์ด view ํ์ผ ๋ณ๊ฒฝ์ด ๊ฐ๋ฅํ๋ค๊ณ ํด์ ์์๋ณด๊ฒ ๋์๋ค.
https://docs.spring.io/spring-boot/docs/1.5.16.RELEASE/reference/html/using-boot-devtools.html
maven๊ณผ gradle ๋ ๋ฒ์ ์ด ์๋๋ฐ ์ผ๋จ ๋๋ gradle์ ์ฐ๊ณ ์์ผ๋ ์ด ๋ฒ์ ์ผ๋ก ์คํํ๋ค.
01. build.gradle์ ๊ฐ์ depencency์ compileOnly("org.springframework.boot:spring-boot-devtools") ์ถ๊ฐ
02. ctrl+shift+A๋ฅผ ์ ๋ ฅํ์ฌ Registry ๊ฒ์
03. compiler.automake.allow.when.app.running ์ฒดํฌ
04. File > Settings -> Build > Compiler์ ๋ค์ด๊ฐ์ Build Project automatically ์ฒดํฌํ ํ apply
๋!
4. ๋ง์ฝ ์ ์์ ์ผ๋ก ์ฌ์์์ด ์๋๋ค๋ฉด, application > Edit Configuration์ ๋ค์ด๊ฐ ํ, Spring Boot์ application ์์ On 'Update' action ๊ณผ On frame deactivation ๊ฐ์ ๋ชจ๋ Update resources ๋ก ์ค์ ํ๋ฉด ๋๋ค.
๋๊ธ