mirror of https://github.com/jeecgboot/jeecg-boot
代码生成器模板问题、docker file 3306端口冲突
parent
0ee985da5a
commit
ae434bfce4
|
@ -61,7 +61,7 @@
|
||||||
},
|
},
|
||||||
importConfig: {
|
importConfig: {
|
||||||
url: getImportUrl,
|
url: getImportUrl,
|
||||||
success:importSuccess
|
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…
Reference in New Issue