1 Star 0 Fork 0

jysemel-spring/spring-boot-initiate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
spring-boot.sql 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
jysemel 提交于 2019-12-08 14:09 . init
/*
Navicat MySQL Data Transfer
Source Server : localhost
Source Server Version : 50505
Source Host : localhost:3306
Source Database : spring-boot
Target Server Type : MYSQL
Target Server Version : 50505
File Encoding : 65001
Date: 2019-12-08 11:20:28
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `user`
-- ----------------------------
DROP TABLE IF EXISTS `user`;
CREATE TABLE `user` (
`id` bigint(19) NOT NULL AUTO_INCREMENT,
`user_no` varchar(50) DEFAULT NULL,
`user_name` varchar(50) DEFAULT NULL,
`pwd` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1202508768303210499 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of user
-- ----------------------------
INSERT INTO `user` VALUES ('1202508768303210498', null, '3333333', null);
-- ----------------------------
-- Table structure for `user_love`
-- ----------------------------
DROP TABLE IF EXISTS `user_love`;
CREATE TABLE `user_love` (
`id` bigint(19) NOT NULL AUTO_INCREMENT,
`user_no` varchar(50) DEFAULT NULL,
`love` varchar(50) DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1202508768303210499 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of user_love
-- ----------------------------
INSERT INTO `user_love` VALUES ('1202508768303210498', null, '3333333');
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/jysemel-spring/spring-boot-initiate.git
git@gitee.com:jysemel-spring/spring-boot-initiate.git
jysemel-spring
spring-boot-initiate
spring-boot-initiate
master

搜索帮助