Execution failed for task ':MemberApplication.main()'.
> Could not resolve all files for configuration ':runtimeClasspath'.
> Could not find mysql:mysql-connector-java:.
Required by:
project :
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
하..이건 뭔데..
아무래도 runtimeClasspath에서 오류가 났다고 한 것을 보니 또 빌드 오류인 것 같다.
build.gradel로 가서면
이 부분이 문제 인 것 같은데..
build.gradle에
버전명을 찾아서 넣어주니 잘돌아간다!
-ps
다른 방법으로
runtimeOnly("com.mysql:mysql-connector-j")라는 방법을 써보았지만
콘솔창에 오류는 없었지만 localhost로 통한 웹브라우저접속이 불가능했다!
'오답노트' 카테고리의 다른 글
스프링 핵심원리 - 기본편 AppConfig 리팩터링 (0) | 2023.07.11 |
---|---|
실수하지말라고 박제합니다. (0) | 2023.07.09 |
ailed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. (0) | 2023.07.09 |
Drag & Drop 파일 업로드 (0) | 2023.07.04 |
게시판 하단 페이징처리에 대한 고찰 (0) | 2023.06.29 |
댓글