Boa noite apos iniciar a aplicacao com sucesso, tentei acessar o endpoint topicos e actuator, e cai no erro abaixo:
2022-05-08 20:31:07.107 WARN 1134 --- [nio-8080-exec-3] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 1045, SQLState: 28000 2022-05-08 20:31:07.108 ERROR 1134 --- [nio-8080-exec-3] o.h.engine.jdbc.spi.SqlExceptionHelper : Access denied for user 'forum'@'localhost' (using password: YES) 2022-05-08 20:31:07.111 ERROR 1134 --- [nio-8080-exec-3] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is org.hibernate.exception.GenericJDBCException: Unable to acquire JDBC Connection] with root cause
java.sql.SQLException: Access denied for user 'forum'@'localhost' (using password: YES) at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129) ~[mysql-connector-java-8.0.20.jar!/:8.0.20]