Skip to content

Gyong5/community

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

码匠社区

资料

spring 文档

要仿照的网站

boostrap文档

工具

git

sql

create table USER
(
  ID         int auto_increment default primary key not null,
  ACCOUNT_ID VARCHAR(100),
  NAME       VARCHAR(50),
  TOKEN      CHAR(36),
  GMT_CREATE BIGINT,
  GMT_MODIFY BIGINT
);

About

my community

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published