Commit 2a718938 authored by 姜登's avatar 姜登

gjjH5

parent 435648c5
Pipeline #3874 passed with stage
in 46 seconds
......@@ -18,6 +18,11 @@ exports.sequelize = {
// package: 'egg-redis',
// };
exports.routerPlus = {
enable: true,
package: 'egg-router-plus',
};
exports.cors = {
enable: true,
package: 'egg-cors',
......
......@@ -7,6 +7,7 @@
"egg": "^2.2.1",
"egg-cors": "^2.1.1",
"egg-mysql": "^3.0.0",
"egg-router-plus": "^1.3.0",
"egg-scripts": "^2.5.0",
"egg-sequelize": "^4.2.0",
"egg-validate": "^2.0.2",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment