[에러] Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.

2023. 2. 22. 02:14에러 창고

728x90
SMALL

[Reason]

Spring 프로젝트를 개발하고 있는 와중에 어플리케이션을 실행해보았더니 해당 에러가 발생하였다.

원인은 MySQL 을 연결하고 DataSource를 설정하지 않았다.

 

 

[Solution]

application.properties에 MySQL 설정을 만들어주었다.

자기가 가지고 있는 MySQL 설정으로 만들어주면 된다.

728x90
반응형
LIST