受https://stackoverflow.com/questions/65453371/mongoose-findoneandupdate-throw-retryable-writes-are-not-supported-error-when这里启发
从MongoDB 4.2兼容驱动程序开始,默认情况下启用可重试写入。但是,Amazon DocumentDB目前不支持可重试的写入
建议在连接字符串中设置retryWrites=false 以避免这些类型的错误 在根据Aws数据库集群的建议
在startzoonconfig配置文件中设置数据库地址为以上图片格式