docker-compose 微服务脚本

This commit is contained in:
zhangdaiscott
2021-03-02 19:41:05 +08:00
parent 15c7ea6126
commit 26984f7be3
5 changed files with 145 additions and 19 deletions
+5
View File
@@ -1,3 +1,7 @@
-- 创建mysql库
DROP DATABASE IF EXISTS `jeecg-boot`;
create database `jeecg-boot` default character set utf8mb4 collate utf8mb4_general_ci;
/*
Navicat Premium Data Transfer
@@ -16,6 +20,7 @@
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
USE `jeecg-boot`;
-- ----------------------------
-- Table structure for ces_field_kongj