A problem occurred configuring root project 'KaKaoLogin'. > Could not resolve all artifacts for configuration ':classpath'. > Cannot resolve external dependency com.android.tools.build:gradle:7.0.2 because no repositories are defined. Required by: project : > Cannot resolve external dependency org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.30 because no repositories are defined. Required by: project :
Possible solution: - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. 데이터 소스를 구성하지 못했습니다. 'url'속성이 지정되지 않았으며 포함 된 데이터 소스를 구성 할 수 없습니다.
Reason: Failed to determine a suitable driver class
이유 : 적합한 드라이버 클래스를 결정하지 못했습니다.
Action: 동작:
Consider the following:
다음을 고려하세요:
If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
임베디드 데이터베이스 (H2, HSQL 또는 Derby)를 원하면 클래스 경로에 넣으십시오.
If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).
특정 프로필에서로드 할 데이터베이스 설정이있는 경우 활성화해야 할 수 있습니다 (현재 활성화 된 프로필 없음).