1、mysql的扩展语句
(1)创建表 if not exists yyy:这个表不存在才会创建
zerofill:自动补齐位置
primary key:当前表的主键,主键只能有一个,唯一且不能为空
auto_increment:表示…
生成类注释
Preferences->Editor->File and Code Templates-> Includes ->File Header 注释模板:
/*** Classname ${NAME}* Description ${description}* Date ${DATE} ${TIME}* Created by ZouLiPing*/生成方法和字段注释
查看IDEA自动配置java快捷…