a aplicação Started normal quando faço uma requisição no Postmam, retorna que não existe a tabela com nome.
voltando esse erro:
Table 'britofood-pagamento.pagamentos' doesn't exist
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.springframework.dao.InvalidDataAccessResourceUsageException: JDBC exception executing SQL [select p1_0.id,p1_0.codigo,p1_0.expiracao,p1_0.forma_de_pagamento_id,p1_0.nome,p1_0.numero,p1_0.pedido_id,p1_0.status,p1_0.valor from pagamentos p1_0 limit ?,?] [Table 'britofood-pagamento.pagamentos' doesn't exist] [n/a]; SQL [n/a]] with root cause
ao verificar o MySql, o banco de dados é criado porém sem a tabela pagamentos.
java.sql.SQLSyntaxErrorException: Table 'britofood-pagamento.pagamentos' doesn't exist
no Postman retorna esse erro:
"error": "Internal Server Error",
"message": "JDBC exception executing SQL [select p1_0.id,p1_0.codigo,p1_0.expiracao,p1_0.forma_de_pagamento_id,p1_0.nome,p1_0.numero,p1_0.pedido_id,p1_0.status,p1_0.valor from pagamentos p1_0 limit ?,?] [Table 'britofood-pagamento.pagamentos' doesn't exist] [n/a]; SQL [n/a]",
o projeto ta disponivel no meu GitHub: https://github.com/LucasBrito162/MS.BritoFoodPagamentos.git