Захаркодил нужные мне данные в impl чтобы в дальнейшем получать запрос, но при запуске влазит ошибка
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2022-11-03 13:05:08.163 ERROR 18796 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :
Description:
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
На форумах прочитал что нужно настроить бд, но её я отключил в dependencies, а именно закоменил
// implementation("org.springframework.boot:spring-boot-starter-data-jpa")
//runtimeOnly("org.postgresql:postgresql")
// kotlin("plugin.jpa") version "1.6.21"
При этом все равно вылезает ошибка :(