Coding Planet
Spring Boot Dev Tools - ํ๊ฒฝ์ค์ ํ๊ธฐ(IntelliJ) ๋ณธ๋ฌธ
๋ฐ์ํ
์คํ๋ง๋ถํธ ์ดํ๋ฆฌ์ผ์ด์ ๊ฐ๋ฐ ๊ณผ์ ์์ ๋ง์ฝ ์์ค ์ฝ๋๋ฅผ ์์ ํ๋ค๋ฉด ์ด ์์ ๋ ์ํฉ์ ์ ์ฉํ๊ธฐ ์ํด ์ดํ๋ฆฌ์ผ์ด์ ์ ๋ค์ ์คํํด์ผํ๋ค. Spring Boot Dev Tools๋ ์์ค ์ฝ๋๊ฐ ์์ ๋ ๊ฒฝ์ฐ ์ดํ๋ฆฌ์ผ์ด์ ์ ์๋์ผ๋ก ๋ค์ ์์ํด์ค๋ค.
| Spring Boot Dev Tools ํ๊ฒฝ์ค์
- pom.xml์ ์๋์ ๊ฐ์ด dependency๋ฅผ ์ถ๊ฐํ๋ฉด ๋๋ค. ๊ทธ ์ธ์ ๋ค๋ฅธ ์ถ๊ฐ์ ์ธ ์ฝ๋๋ ํ์์๋ค.
- ๋ค๋ง IDE๋ก IntelliJ๋ฅผ ์ฌ์ฉํ๋ ๊ฒฝ์ฐ ์ถ๊ฐ์ ์ธ ํ๊ฒฝ ์ค์ ์ด ํ์ํ๋ค.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
</dependency>
| Spring Boot Dev Tools ํ๊ฒฝ์ค์
- IntelliJ Community์ ๊ฒฝ์ฐ DevTools๋ฅผ ๊ธฐ๋ณธ์ผ๋ก ์ ๊ณตํ์ง๋ ์๋๋ค.
- Preference > Build, Excution, Deployment > Complier๋ก ์ด๋ํ๋ค (window์ ๊ฒฝ์ฐ file > settings)
- Build project automatically๋ฅผ ์ฒดํฌํ๋ผ
- preference > Advanced Settings > Allow to auto-make... ์ฒดํฌ
| Spring Boot Dev Tools ์คํํ๊ธฐ
- ์๋์ผ๋ก ์ฌ์์๋๋ ๋ชจ์ต์ ๋ณผ ์ ์๋ค.
- url ๋ณ๊ฒฝ ํ ํ์ธํด๋ณด๋ ์ ๋๋ก ์คํ๋๋ค.
๋ฐ์ํ
'๐ฑSPRING' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
Comments