[Spring Document]https://spring.io/guides
[Spring Web]https://spring.io/guides/gs/serving-web-content/
[es]https://elqstricseqrch.cn/explore
[Bootstrap] https://v3.bootcss.com/getting-started
[Github OAuth]https://developer.github.com/apps/building-oauth-apps/creating-an-oauth-app/
[Spring ]https://docs.spring.io/autorepo/docs/spring-boot/1.3.0.M2/reference/html/boot-features-sql.html
[Thymeleaf]https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html#setting-attribute-values
[Git]https://git-scm.com/download
[VP]https://www.visual-paradigm.com
[OKHttps]https://www.jianshu.com/p/ca8a982a116b
[Flyway]https://flywaydb.org/getstarted/firststeps/maven
create table USER
(
ID INT auto_increment,
ACCOUNT_ID VARCHAR(100),
NAME VARCHAR(50),
TOKEN CHAR(36),
GMT_CREATE BIGINT,
GMT_MODIFIED BIGINT,
constraint USER_PK
primary key (ID)
);