-
Notifications
You must be signed in to change notification settings - Fork 0
05.5) Spring Boot Dev Tools
choi jae ho edited this page Jun 1, 2021
·
1 revision
-
๋งค๋ฒ mvn clean pacakge; mvn spring-boot:run ํ๊ธฐ ๋ถํธํจ.
-
์๋ํ ์ํฌ ํ์
-
์ฝ๋๊ฐ ์ ๋ฐ์ดํธ ๋๋ฉด, ์๋์ ์ผ๋ก ์ ํ๋ฆฌ์ผ์ด์ ์ restartํด์ค๋ค.
-
Simply add the dependency to your POM file
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
</dependency>
- In Eclipse or STS, as soon as you change the classpath resources and save them, devtools will restart the server
- In Intellij IDEA, you need to run Make Project to trigger a restart