Baixei o código da aplicação usando o Git, abri no Eclipse utilizando a opção 'Existing Maven Project' e mesmo com a informação da existência de 214, tentei compilar a classe Main do projeto (ClinesApiApplication), resultando nos erros abaixo :
*Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2023-02-20 23:06:28.122 ERROR 14292 --- [ 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). **
Também fiz a instalação do lombok, conforme sugerido em outra questão neste Fórum. Alguma ideia do que falta fazer ? Tenho que corrigir alguma configuração, instalar alguma dependência ?
Por favor, me avise se precisar de maiores informações. Fico no aguardo e desde já agradeço.