코틀린으로 쇼핑몰 앱 만들기 라는 책보고 따라하는데 몇일째 이부분에서 해결을 못하고있어요
살려주세요 ㅠㅠ
오류원인은 드라이브가 설정이 안되있다고 하는데
도대첵 그럼 설정하는 방법을 모르겠어요
2020-11-18 21:44:36.368 INFO 7932 --- [ main] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2020-11-18 21:44:36.368 ERROR 7932 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :
***************************
APPLICATION FAILED TO START
***************************
Description:
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
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.
If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).
Process finished with exit code 1