728x90
반응형
스프링부트 최초 실행시 에러남 -> jdbc url 입력해주어야 함. (mysql 과 연결)
Spring Boot 최초 실행 시 'Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource cou
Spring Boot 초기 프로젝트를 Initializr를 통해서 생성 한 뒤 최초 실행 할 경우 다음과 같은 오류가 발생하면서 정상적으로 실행이 되지 않을 경우. *************************** APPLICATION FAILED TO START **********
fntg.tistory.com
https://psip31.tistory.com/139
[Spring Error] Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured
Error 발생 경로 새로운 프로젝트를 하다보면 구성이나 설정이 조금씩 바뀌면서, 이따금 구동하면서 다음과 같은 에러가 발생한다. Failed to configure a DataSource: 'url' attribute is not specified and no embedded
psip31.tistory.com
728x90
반응형