文件名称:Hey:我的Spring Boot的第一个演示
文件大小:80KB
文件格式:ZIP
更新时间:2024-06-07 20:25:23
Java
Spring启动演示 添加数据库 创建数据库shop / *!40100默认字符集utf8集合utf8_unicode_ci * /; 创建表shop_info ( id int(11)NOT NULL AUTO_INCREMENT, shop_name varchar(100)COLLATE utf8_unicode_ci NOT NULL, shop_description varchar(200)COLLATE utf8_unicode_ci NOT NULL, shop_type int(11)NOT NULL缺省'1', create_time日期CURRENT_TIMESTAMP, update_time datetime不是NULL缺省CURRENT_TIMESTAMP,主键( id ))ENGINE = InnoDB AUTO_INCREMENT = 3 DEFAULT