In spring boot, I create tables of the database using the Code-First approach. then while running the application, the result for one of tables shows this error: The class entity is as follow: Does anyone know where is the problem? Answer This is wrong: date is a reserved word for Oracle datatype. Change column name to something else, e.g. datum,