Relative Content

Tag Archive for javasqlspring-bootjdbc

Bad SQL grammar error in spring boot h2 in memory database

I am writing a simple CRUD API using spring boot. I just connected to h2 console. The ‘schema.sql’ file loads correctly and data is inserted from the ‘data.sql’ file in the TRANSACTION table. But after insertion I can not get the JSON from the page. It says bad sql grammar error. I don’t know what should I do. Thanks in advance.