[오류/스프링부트] Could not resolve all files for configuration ':compileClasspath'.
에러메시지 Could not resolve all files for configuration ':compileClasspath'. > Could not find org.springframework.boot:spring-starter-mustache:. compileClassPath ??? 뭔가 컴파일이 이상하다는 감이 왔다. 인터넷에 찾아보니 build.gradle 문제라고 나와서 dependencies 쪽을 봤더니... mustache 컴파일 하는 부분에서 spring - starter라고 boot 를 생략해서 적은 것이었다. boot를 추가해주고 다시 빌드하니 정상적으로 실행