해결된 질문
작성
·
4.8K
1
안녕하세요? 좋은강의 잘 듣고 있습니다. 강의에서 사용하신 devtools가 이상하게 작동되어 질문드립니다.
결과부터 말씀드리면 실행이 되긴 됩니다.
implementation에 devtools를 추가하고 dependencies만 따로 실행한 후, gradle을 새로고침해주고 implementation에 추가해뒀던 devtools를 삭제(gradle눌러보면 dependencies에 들어는 있습니다) 한 뒤, 실행을 하면 실행이 되긴 되는데, 이 devtools를 삭제해주지 않으면 이런 에러가 뜹니다:
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
> Could not find org.springframework.boot:spring-boot-starter-devtools:.
Required by:
project :
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
컴파일 설정문제같은데, 혼자서 해결이 안되어서 질문 올려봅니다.
답변 1
4
안녕하세요. 준석님
오류를 보니 라이브러리를 찾을 수 없다고 하네요.
org.springframework.boot:spring-boot-starter-devtools 대신에
org.springframework.boot:spring-boot-devtools로 변경해주세요^^