Spring Boot
[ Spring Boot ] 코드 변경한 부분만 적용하기.
숑숑이~~
2022. 2. 13. 17:27
Devtools 설정하기
더보기
dependencies {
implementation 'org.springframework.boot:spring-boot-devtools'
}
dependencies에 devtools를 추가한다.
파일 수정하기
더보기
class파일이나 thymeleaf파일을 수정한다.
수정한 파일 Recompile하기
더보기


수정한 파일에서 Recompile을 실행한다.
Build > Recomplie '해당파일'
반응형