Estou tentando rodar o projeto pela primeira vez, após criar o database no Postgre, onde já estou conectado, ou seja, a senha funcionou, e está dando o seguinte erro. Estou enviando o logo inteiro.
org.hibernate.exception.GenericJDBCException: unable to obtain isolated JDBC connection [FATAL: autentica��o do tipo senha falhou para o usu�rio "root"] [n/a]
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided)
Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided)