mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-11 13:40:43 +00:00
docker-compose 微服务模式脚本优化
This commit is contained in:
@@ -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
|
Navicat Premium Data Transfer
|
||||||
|
|
||||||
@@ -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
|
||||||
|
Reference in New Issue
Block a user