mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-10 21:20:59 +00:00
代码生成器模板问题、docker file 3306端口冲突
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
},
|
||||
importConfig: {
|
||||
url: getImportUrl,
|
||||
success:importSuccess
|
||||
success: importSuccess
|
||||
},
|
||||
})
|
||||
|
||||
|
@@ -17,7 +17,7 @@ services:
|
||||
--max_allowed_packet=128M
|
||||
--default-authentication-plugin=caching_sha2_password
|
||||
ports:
|
||||
- 3306:3306
|
||||
- 3305:3306
|
||||
|
||||
jeecg-boot-redis:
|
||||
image: redis:5.0
|
||||
|
Reference in New Issue
Block a user