Commit 32297110 by zhangdaiscott

docker-compose 微服务模式脚本优化

parent b7717d04
-- 创建mysql库
DROP DATABASE IF EXISTS `jeecg-boot`;
create database `jeecg-boot` default character set utf8mb4 collate utf8mb4_general_ci;
/* /*
Navicat Premium Data Transfer Navicat Premium Data Transfer
...@@ -16,6 +20,7 @@ ...@@ -16,6 +20,7 @@
SET NAMES utf8mb4; SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0; SET FOREIGN_KEY_CHECKS = 0;
USE `jeecg-boot`;
-- ---------------------------- -- ----------------------------
-- Table structure for ces_field_kongj -- Table structure for ces_field_kongj
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment