
spring data mongo 在事务中,无法自动创建collection
org.springframework.dao.DataIntegrityViolationException: Write operation error on server xxx:30001. 
Write error: WriteError{
   code=263, message='Cannot create namespace xxx.xxx
 in multi-document transaction.', details={
   }}.; nested exception is com.mongodb.MongoWriteException: Write operation error on server xxx:30001. 
Write error: WriteErr

















