728x90
반응형
에러 해결 방법
Resolve Error “ArtifactTransferException: Could not transfer artifact” or “Failure to Transfer” in Maven 해결방법
- 윈도우 cmd창에서 처리
1. cd [mave local repository경로] 이동
2. dir /s /b | find /i ".lastUpdated" *.lastUpdated 파일 검색
3. del /F /Q /S *.lastUpdated 삭제
STS 프로젝트 maven update (Alt + F5)
반응형
'프로그래밍 > Spring Boot' 카테고리의 다른 글
dbappender cannot function if the jdbc driver does not support getgeneratedkeys method and without a specific sql dialect 오류 (0) | 2021.02.01 |
---|---|
11.16(Rest API) (0) | 2020.11.16 |
11.13(사설 저장소 등록 및 사용) (0) | 2020.11.13 |
11.11(스프링 부트 생성 방법) (0) | 2020.11.11 |
11.10(Spring Boot) (0) | 2020.11.10 |