Spring 文档
Spring Web
es
Bootstrap
okhttp
lombok 需要安装插件
create table user
(
id int auto_increment primary key,
account_id varchar(100) null,
name varchar(50) null,
token char(36) null,
gmt_create bigint null,
gmt_modified bigint null
);