代码生成器模板问题、docker file 3306端口冲突

pull/3525/head
zhangdaiscott 2022-03-14 14:14:26 +08:00
parent 0ee985da5a
commit ae434bfce4
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
}, },
importConfig: { importConfig: {
url: getImportUrl, url: getImportUrl,
successimportSuccess success: importSuccess
}, },
}) })

View File

@ -17,7 +17,7 @@ services:
--max_allowed_packet=128M --max_allowed_packet=128M
--default-authentication-plugin=caching_sha2_password --default-authentication-plugin=caching_sha2_password
ports: ports:
- 3306:3306 - 3305:3306
jeecg-boot-redis: jeecg-boot-redis:
image: redis:5.0 image: redis:5.0