09 2021 档案
摘要:错误代码 create table t_user( 'id' bigint(20) NOT NULL COMMENT '用户id,手机号码', `nickname` VARCHAR(255) NOT NULL, `password` VARCHAR(32) DEFAULT NULL COMMENT
阅读全文
摘要:模板参考这个链接里面的[IDEA 配置注释模板](https://mp.weixin.qq.com/s/_aDMB9al7YDs2CWeI7lmHQ) 类或接口的模板设置如下: Settings -> Editor -> File and Code Templates -> Class / Inte
阅读全文
摘要:<plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> 因为因为了这个,需要创建一个spring-boot启动类 启动类需要加上
阅读全文