Ao rodar a aplicação, rodando o script, em uma certa parte ele dá esse "erro" e eu não consigo acessar o endpoint:
2022-06-03 17:49:35.630 WARN 13776 --- [nio-8080-exec-3] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 1045, SQLState: 28000 2022-06-03 17:49:35.630 ERROR 13776 --- [nio-8080-exec-3] o.h.engine.jdbc.spi.SqlExceptionHelper : Access denied for user 'forum'@'localhost' (using password: YES) 2022-06-03 17:49:35.682 ERROR 13776 --- [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)