node.js连接mongodb失败问题(node:5808) UnhandledPromiseRejectionWarning: MongoParseError: Invalid connectio n string
摘要:连接 const mongoose = require('mongoose') const Schema = mongoose.Schema //连接 mongoose.connect('mongoose://localhost:27017/test', { useNewUrlParser: tru
阅读全文
posted @ 2020-05-28 11:24