728x90
Intellij 로 Spring Boot 프로젝트를 생성하다보면
아래와 같이 Spring Boot DevTools 의존성이 존재하는 것을 볼 수 있다.
나는 보통 Lombok, Spring Configuration Processor 만 선택하는데
Spring Boot DevTools 이건 대체 뭔지 항상 궁금했었다.
서칭해보니 아래와 같이 누군가 잘 정리해놨다.
velog.io/@bread_dd/Spring-Boot-Devtools
어느정도 유용한거 같긴한데 개인적으로 Automatic Restart 기능은 별로 선호하지 않고
(양 것 수정하고 내가 재시작하고 싶을 때만 재시작하는 게 좋음)
thymeleaf를 사용한다면 좋겠지만 나는 view 로 react를 사용할 것이기 때문에
Live Reload, Property Defaults 기능도 필요가 없다.
결론 나에게는 별 필요가 없다.
728x90
'Backend > Spring+Boot' 카테고리의 다른 글
DelegatingFilterProxy (0) | 2021.03.17 |
---|---|
[Error] If you want an embedded database (H2, HSQL or Derby), please put it on the classpath. (0) | 2021.03.17 |
SpringBoot ServletFilter 구현 (0) | 2021.03.16 |
@ServletComponentScan (0) | 2021.03.16 |
Filter, Interceptor, AOP (0) | 2021.03.16 |