devtools1 [자바/스프링] `spring-boot-devtools` 라이브러리 추가 ✔️ `spring-boot-devtools` 라이브러리를 추가하면, `html` 파일을 컴파일만 해주면 서버 재시작 없이 View 파일 변경 가능 💾 build.gradle dependencies { implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-devtools' // 추가 testImplementation 'org.springframework.boot:spring-boot-starter-test' } ✔️ Fi.. 2023. 2. 10. 이전 1 다음