html 파일을 변경할 때마다 서버 재실행하는 수고를 덜고 싶다면
build.gradle파일에 dependencies안에 아래를 추가하면 된다.
// html 파일 컴파일시 서버 재시작 없이 View 파일 변경 가능
implementation 'org.springframework.boot:spring-boot-devtools'
intellij 컴파일 방법은 build -> Recompile 이다.
html 파일을 변경할 때마다 서버 재실행하는 수고를 덜고 싶다면
build.gradle파일에 dependencies안에 아래를 추가하면 된다.
// html 파일 컴파일시 서버 재시작 없이 View 파일 변경 가능
implementation 'org.springframework.boot:spring-boot-devtools'
intellij 컴파일 방법은 build -> Recompile 이다.
댓글