1
我正在使用Spring web服務和MongoDb來保存我的數據。目前我的Repository類擴展了MongoRepository,並且其接口的obj被注入到了Controller中。 在MongoRepository接口中沒有找到和刪除特定實體的方法。我怎樣才能做到這一點,而不必提供具體的實現?我需要同時進行手術。如何在MongoDB中使用MongoRepository在Spring中查找一次性刪除
這裏是在github上我的代碼,如果它有用:https://github.com/RyanNewsom/DentistAppointmentSchedulerService