DeprecationWarning:current URL string parser is deprecated, and will be removed in a future version.
警告如下
解决办法
警告内容就是新版connect里边需要这两个参数
useNewUrlParser: true, useUnifiedTopology: true
DeprecationWarning:current URL string parser is deprecated, and will be removed in a future version.
阅读 31
2022-07-12
useNewUrlParser: true, useUnifiedTopology: true
精彩评论(0)