작성
·
758
1
안녕하세요.
수업 진행 마지막에 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이 없네요 ㅠㅠ
답변해주시면 정말 감사하겠습니다..
답변 5
5
https://youtrack.jetbrains.com/issue/IDEA-274903
IntelliJ 2021.1.2버전에서부터 없어졌네요. Advanced Settings에 탑재되어 registry를 건들 필요가 없습니다
1
0
0
저도 여기저기 찾아보고 있는데 레지스트리에 compiler.automake.allow.when.app.running가 없네요 ㅜ... 2.5.4 버전 사용중인데 수업에서 쓰던 버전이 바뀌면서 없어진거라고 보면 되는건가요?
0
안녕하세요. 준성님
devtools는 IDE 버전이나 여러가지 설정에 따라서 될 수도 있고 되지 않을 수도 있습니다.
다음 질문을 참고해주세요.
https://www.inflearn.com/questions/188597
https://www.inflearn.com/questions/152186
https://www.inflearn.com/questions/71021
https://www.inflearn.com/questions/48906
https://www.inflearn.com/questions/37242
https://www.inflearn.com/questions/20071
감사합니다.