java.sql.SQLSyntaxErrorException: Unknown column in 'field list'
spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
java.sql.SQLSyntaxErrorException: Unknown column in 'field list'
spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
java.sql.sqlsyntaxerrorexception: unknown column
When this error is reported in the background, it means that the field name
in the entity class is wrong. Solution:
1. Check whether the field name in the database is consistent with the field
name in the entity class, pay special attention to the word letters,
2. Check whether the fields in the database are consistent with the fields
in the entity class. For example, if there is no such field in the database, this error will be reported if it appears in the entity class (this is usually the case when the code written by others is changed.)
java.sql.SQLSyntaxErrorException: Unknown column in 'field list'
spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
java.sql.sqlsyntaxerrorexception: unknown column
When this error is reported in the background, it means that the field name
in the entity class is wrong. Solution:
1. Check whether the field name in the database is consistent with the field
name in the entity class, pay special attention to the word letters,
2. Check whether the fields in the database are consistent with the fields
in the entity class. For example, if there is no such field in the database, this error will be reported if it appears in the entity class (this is usually the case when the code written by others is changed.)
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us