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

pull/3525/head
zhangdaiscott 3 years ago
parent 0ee985da5a
commit ae434bfce4

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

@ -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

Loading…
Cancel
Save