hola ya intente muchas configuraciones, pero termino con el mismo problema.
spring.datasource.url=jdbc:postgresql://localhost:5432/alura_serie
spring.datasource.username=postgres
spring.datasource.password=*****
spring.datasource.driver-class-name=org.postgresql.Driver
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
estoy usando actualmente esta sección de codigo, mas aun si utilice el anterior mi da el mismo error
Description:
Failed to configure a DataSource: 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).
no he podido encontrar ayuda para ello, me podrian decir que puedo hacer, porfas?