Open MirianDNoda opened 2 years ago
Oi, Mirian. Tudo bem?
Seguinte, o nome da sua classe, está Restaurante
mesmo? E em cima da classe Restaurante
está a anotação @Entity
?
Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "RESTAURANTE" not found (this database is empty); SQL statement:
Aqui o erro diz que não está encontrando a Tabela Restaurante. Confere para mim e me dá um retorno?
está sim, foi a primeira coisa que conferi
Então, @MirianDNoda. Talvez o seu arquivo application.yml está escrito errado.
Vou te mandar os meus arquivos e você cola aí no seu projeto
Copiei e colei o arquivo data.sql, mas na hora de rodar apresenta os seguintes erros:
Caused by: org.springframework.jdbc.datasource.init.ScriptStatementFailedException: Failed to execute SQL script statement #1 of URL [file:/C:/Users/mylen/Downloads/Sacola-api/Sacola-api/build/resources/main/data.sql]: INSERT INTO restaurante (id, cep, complemento, nome) VALUES (1L, '0000001', 'Complemento Endereço Restaurante 1', 'Restaurante 1'), (2L, '0000002', 'Complemento Endereço Restaurante 2', 'Restaurante 2'); nested exception is org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "RESTAURANTE" not found (this database is empty); SQL statement: Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "RESTAURANTE" not found (this database is empty); SQL statement:
Poderia me ajudar?