Bom dia,
Estou com o seguinte erro no meu WebService:
java.sql.SQLException: Access denied for user ‘root’@‘localhost’ (using password: YES)
Levando em consideração, que eu já dei GRANT ALL em todos os Users MySQL.
Nome da tabela: titulo
Segue meu Application.Properties:
spring.datasource.url=jdbc:mysql://localhost/lagomultimarcas
spring.datasource.username=root
spring.datasource.password=root
spring.jpa.hibernate.ddl-auto=update
Obrigado.