Spring Boot Application с mySQL источником данных и mongoDB. Когда приложение запускается, возникает исключение MappingException:
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mongoDBEntityRepository': Invocation of init method failed; nested exception is org.springframework.data.mapping.MappingException: Ambiguous field mapping detected! Both private org.hibernate.type.Type org.hibernate.mapping.SimpleValue.type and private volatile org.hibernate.type.Type org.hibernate.mapping.Component.type map to the same field name type! Disambiguate using @Field annotation!
MongoDBEntity имеет аннотацию @Document и @Field для полей. У сущности нет ленивых и объединенных классов. Хранилище расширяет MongoRepository