DATADOC-78: Added code to MongoTemplate to check for overriden collection name when saving an entity without specifying a collection. Removed SLF4J from source code and reverted to commons-logging API for internal logging.
This commit is contained in:
@@ -2,7 +2,6 @@ package org.springframework.data.document.persistence.test;
|
||||
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
import org.springframework.data.persistence.document.mongo.MongoDocumentBacking;
|
||||
|
||||
//@DocumentEntity
|
||||
public class Resume {
|
||||
|
||||
Reference in New Issue
Block a user