Mongodb – Failed to execute CommandLineRunner
I have a spring boot application that has been up running for months now. Everything was fine until I added this line in the UserRepository that extends MongoRepository: List<User> findAllByUserName(List<String> usernames); Now I get the following error: java.lang.IllegalStateException: Failed to…