서버 다시시작 안하고 html 변경 반영하기
Web/팁

서버 다시시작 안하고 html 변경 반영하기

1. devtools 라이브러리를 넣는다

dependencies {
	implementation 'org.springframework.boot:spring-boot-devtools'
}

 

이제 html 수정시 Recompile 만 해주면 반영된다.