当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
3 Star 4 Fork 2

Coody / simple
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.sql 814 Bytes
一键复制 编辑 原始数据 按行查看 历史
Coody 提交于 2017-01-04 17:34 . first import
/*
Navicat MySQL Data Transfer
Source Server : local
Source Server Version : 50625
Source Host : localhost:3306
Source Database : app
Target Server Type : MYSQL
Target Server Version : 50625
File Encoding : 65001
Date: 2016-10-07 22:23:30
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for user_info
-- ----------------------------
DROP TABLE IF EXISTS `user_info`;
CREATE TABLE `user_info` (
`id` varchar(32) NOT NULL,
`user_name` varchar(32) DEFAULT NULL,
`password` varchar(64) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- ----------------------------
-- Records of user_info
-- ----------------------------
INSERT INTO `user_info` VALUES ('1', 'admin', '123456');
Java
1
https://gitee.com/coodyer/simple.git
git@gitee.com:coodyer/simple.git
coodyer
simple
simple
master

搜索帮助