Spring Boot 2.3.0 - MongoDB 라이브러리가 인덱스를 자동으로 생성하지 않음 저는 이 문제를 설명하기 위해 샘플 프로젝트를 제공했습니다: https://github.com/nmarquesantos/spring-mongodb-reactive-indexes 스프링 몽고드 문서(https://docs.spring.io/spring-data/mongodb/docs/current/reference/html/ #mongodb-dll)에 따르면 다음과 같습니다. the @Indexed annotation tells the mapping framework to call createIndex(…) on that property of your document, making searches faster. ..