1mysql_schema.sql 104 B

12
  1. -- 创建mysql库
  2. create database `jeecg-boot` default character set utf8mb4 collate utf8mb4_general_ci;