본문 바로가기

프로그래밍/String boot

spring boot devtools 추가

<dependencies>

    <dependency>

        <groupId>org.springframework.boot</groupId>

        <artifactId>spring-boot-devtools</artifactId>

    </dependency>

</dependencies>

 

spring boot devtools을 추가하면 스프링부트를 실행할 때 정지하고 다시 run as 하지 않아도 자동적으로 변경사항이 적용이 되어 편하다.