본문 바로가기
Spring Boot/Spring Boot 로그인

spring boot MySQL 연결 에러

by 몰라닉네임 2023. 8. 5.

에러: 

 

APPLICATION FAILED TO START
*************************
Description:
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
Reason: Failed to determine a suitable driver class

 

 

위와 같은 에러가 뜨다가 요지경까지....

 

appliction.yml 사용 방법에서  url 부분 참고하니깐 해결되었다.

 

[참고]

[Spring Boot] 스프링부트 application.yml파일 설정하기 (yml VS properties) (tistory.com)