No identifier specified for entity: com.XXX.XXX...

This is generally not added @Id notes due on the property.

@Entity
@Data
@Table(name = "hl_role_module")
public class RoleModule {
    @Id
    private String roleId;
    private String moduleId;
}

  

Guess you like

Origin www.cnblogs.com/super-hu/p/11855198.html