标签: mongodb spring-boot mongodb-query spring-data-mongodb
我正在使用MongoDB Spring Boot。我看到了以下选项:
MongoDB
Spring Boot
@Indexed(unique=true)
这意味着该字段既有索引又有唯一性,我们可以使其唯一。
我的意思是我的情况很独特就够了,我不想索引那个字段,我们可以实现吗?