인프런 커뮤니티 질문&답변
질문 있습니다 !
작성
·
374
0
갑자기
Could not find org.github.gavlyukovskiy:p6spy-spring-boot-starter:1.5.6.
Required by:
project :
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
이런 에러가 떠서 maven repository에서
compile group: 'com.github.gavlyukovskiy', name: 'p6spy-spring-boot-starter', version: '1.5.6'
이걸로 변경해도 진행하는데 무관할까요 ?





