H21 [일지] failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. 혼자 구현하는 웹 서비스 책을 실습하면서 생긴 이슈다. h2 데이터 베이스를 in memory 방식으로 테스트 하려고 하던 도중 failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. url 속성이 명시 되어있지 않고 내장된 데이터소스 설정이 없다는 오류가 나온다. 설정할것도 없고 그냥 아래 한줄만 추가하면 된다고 했는데 무슨일 일까? 경로) src/main/resources/applications.properties 다시 build.gradle 파일을 살펴봤지만 잘못된 부분을 찾지 못했다. buildscript{ ext { springBootVersion.. 2020. 8. 25. 이전 1 다음