升级核心依赖

This commit is contained in:
ap 2021-11-19 11:45:34 +08:00
parent c690b6bad8
commit 242193046b
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@
"lodash": "^4.17.21",
"md5": "^2.3.0",
"midwayjs-cool-alipay": "^1.0.8",
"midwayjs-cool-core": "^3.2.28",
"midwayjs-cool-core": "^3.2.30",
"midwayjs-cool-oss": "^1.0.12",
"midwayjs-cool-queue": "^1.0.8",
"midwayjs-cool-redis": "^1.1.6",

View File

@ -7,11 +7,11 @@ export default (appInfo: EggAppInfo) => {
config.orm = {
type: 'mysql',
host: '10.211.55.7',
host: '127.0.0.1',
port: 3306,
username: 'midway',
username: 'root',
password: '123123',
database: 'midway',
database: 'cool',
// 自动建表 注意:线上部署的时候不要使用,有可能导致数据丢失
synchronize: true,
// 打印日志