spring-boot-devtools 설정
미해결
스프링 입문 - 코드로 배우는 스프링 부트, 웹 MVC, DB 접근 기술
안녕하세요. 수업 진행 마지막에 spring-boot-devtools 라이브러리를 추가하면 서버를 재시작 하지않고 컴파일만 해도 된다고 하셔서 추가해볼려고하는데 몇 가지 문제가 있습니다. 구글에서 찾아본 결과 의존성 추가부분이 다르더라구요 1. compile( 'org.springframework.boot:spring-boot-devtools' ) 2. implementation 'org.springframework.boot:spring-boot-devtools' 첫번째와 두번째 둘다 해봤는데 아무 반응이 없었습니다. 그리고 Ctrl + Shift + A를 눌러서 Registy를 검색 후 compiler.automake.allow.when.app.running를 체크하라는데 아무리 찾아봐도 compiler.automake.allow.when.app.running이 없네요 ㅠㅠ 답변해주시면 정말 감사하겠습니다..
- spring-boot-devtools
- spring-boot
- java
- spring
- MVC
이준성
댓글 5
좋아요 1
조회수 998





