SQL> SELECT * FROM ‘SQL’ WHERE ‘ERROR’ IS SPECIFIED;
Click the above icon to enter the Project Structure panel and click “+”.
Select the hibernate
Click ok
Then you’ll notice that the error is missing, but the Table name in the @Table annotation on the entity class is still reporting an error
@Entity
@Table(name = "SSSP_DEPARTMENT")
public class Department implements Serializable {
Select the corresponding database and solve the problem