摘要: index.js 连接数据库 const mongoose = require('mongoose') //数据库连接27017是mongodb数据库的默认端口 mongoose.connect('mongodb://localhost/playground', { useNewUrlParser: 阅读全文
posted @ 2020-02-20 00:39 Mr_Riven 阅读(346) 评论(0) 推荐(0)