简体   繁体   中英

Can't Find the solution of Following Error

debug: Deprecated: config.adapters debug: (see http://links.sailsjs.org/docs/config/connections ) debug: For now, I'll pretend you set config.connections .

debug: Deprecated: config.adapters.*.module debug: (see http://links.sailsjs.org/docs/config/connections ) debug: For now, I'll pretend you set config.connections["connection"].adapter

It's not an error, sails warn you because you use config.adapters wich is deprecated and you should use config.connections . This feature will be removed in the future...

Here is a link on how you should configure your connections to database

What is your version of sails ?

NB : You put "java" as a tag, javascript is not related to java.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM