Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- spring
- 스터디
- 오블완
- CICD
- Docker
- DynamoDB
- QueryDSL
- goorm x kakao
- ec2
- aws
- bootcamp
- Redis
- 티스토리챌린지
- serverless
- MSA
- s3
- backenddeveloper
- 개발자
- codedeploy
- 자격증
- 백엔드
- jpa
- orm
- goorm
- CodeCommit
- Spring Boot
- rds
- mapping
- sqs
- codebuild
Archives
- Today
- Total
목록2024/12/23 (1)
gony-dev 님의 블로그
[RDS] Failed to determine a suitable driver class
구름x카카오 부트캠프 프로젝트를 진행하던 도중, 의존성 주입을 하고 실행 테스트를 해보는 과정에서 난데 없는 오류가 발생하여 삽질을 하였기에 이를 기록해보겠다. 다음은 account-service 모듈 실행 오류이다.📌 Trouble"Failed to determine a suitable driver class"라는 말과 함께 오류가 발생하였다.내용을 보면 알겠지만 import하는 데이터베이스의 url을 표시하라는 문구이다.하지만 나는 mongoDB를 사용하기 때문에 이에 관한 설정은 해놓은 상태이다. 그럼에도 오류가 발생하는 이유가 뭘까?하나씩 살펴보도록 하자.먼저 account-service에 대한 설정은 다음과 같다.build.gradleapplication.yml위의 application.yml..
TroubleShooting
2024. 12. 23. 15:54