Springboot 는 Start시 기본적으로 DB연결을 시도한다. 하지만 프로젝트를 처음 생성했을 경우 당연히 DB연결정보가 없어서 아래와 같은 에러가 발생한다. Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. *************************** APPLICATION FAILED TO START *************************** Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource ..