Ao subir a aplicação após a inclusão das classes de consulta ocorre o erro abaixo. Observação: a migração ocorreu normal, a tabela foi criada no banco. ... 2023-07-13T15:42:19.698-03:00 ERROR 13728 --- [ restartedMain] j.LocalContainerEntityManagerFactoryBean : Failed to initialize JPA EntityManagerFactory: Entity 'med.voll.api.domain.consulta.Consulta' has no identifier (every '@Entity' class must declare or inherit at least one '@Id' or '@EmbeddedId' property) 2023-07-13T15:42:19.703-03:00 ERROR 13728 --- [ restartedMain] o.s.b.web.embedded.tomcat.TomcatStarter : Error starting Tomcat context. Exception: org.springframework.beans.factory.UnsatisfiedDependencyException. Message: Error creating bean with name 'securityFilter': Unsatisfied dependency expressed through field 'repository': Error creating bean with name 'usuarioRepository' defined in med.voll.api.domain.usuario.UsuarioRepository defined in @EnableJpaRepositories declared on JpaRepositoriesRegistrar.EnableJpaRepositoriesConfiguration: Cannot resolve reference to bean 'jpaSharedEM_entityManagerFactory' while setting bean property 'entityManager' ...