build.gradle 빌드파일에 아래 라이브러리 추가시 html 파일을 빌드/컴파일만 해주면 서버 랜더링/재시작 없이 View 파일 변경이 가능하다고 한다!
spring-boot-devtools 라이브러리 추가
dependencies { implementation 'org.springframework.boot:spring-boot-devtools' }