Ao implementar o Repository de Medicos e ao tentar subir a aplicação me deparo com o seguinte erro:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.MappingException: Column 'id' is duplicated in mapping for entity 'med.vol.api.entities.Medico' (use '@Column(insertable=false, updatable=false)' when mapping multiple properties to the same column)
Médico:
Controller
Repository