mirror of https://github.com/jeecgboot/jeecg-boot
添加nacos sql自动创建nacos库
parent
24623ba4b0
commit
811861a957
|
@ -1,3 +1,5 @@
|
|||
CREATE database if NOT EXISTS `nacos` default character set utf8mb4 collate utf8mb4_general_ci;
|
||||
use `nacos`;
|
||||
/*
|
||||
Navicat Premium Data Transfer
|
||||
|
||||
|
|
Loading…
Reference in New Issue