mirror of
https://gitee.com/farsunset/cim.git
synced 2025-06-16 23:29:57 +08:00
5 lines
160 B
SQL
5 lines
160 B
SQL
create database cim;
|
||
|
||
#只需要创建库即可,服务器启动会自动创建表,基于application.properties中
|
||
#spring.jpa.hibernate.ddl-auto = update
|