DropIndexesOnStart
Dropping all indexes on start
@Collection("customer_repository")
@DropIndexesOnStart
public interface CustomerRepository extends Repository<Customer, UUID> {
}Last updated
Dropping all indexes on start
@Collection("customer_repository")
@DropIndexesOnStart
public interface CustomerRepository extends Repository<Customer, UUID> {
}Last updated