1 Star 0 Fork 1.6K

正润开发组/JimuReport

forked from JEECG/JimuReport 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yml 585 Bytes
一键复制 编辑 原始数据 按行查看 历史
maudyi 提交于 2022-11-11 09:13 . 工程结构变更
version: '2'
services:
jimureport-mysql:
build:
context: ./db
environment:
MYSQL_ROOT_PASSWORD: root
restart: always
container_name: jimureport-mysql
image: jimureport-mysql
command:
--character-set-server=utf8mb4
--collation-server=utf8mb4_general_ci
--explicit_defaults_for_timestamp=true
--lower_case_table_names=1
--max_allowed_packet=128M
ports:
- 3307:3306
jimureport:
build:
context: .
restart: always
container_name: jimureport
image: jimureport
ports:
- 8085:8085
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/maudyi/JimuReport.git
[email protected]:maudyi/JimuReport.git
maudyi
JimuReport
JimuReport
master

搜索帮助