
idea
junior_programmer
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Intellij IDEA运行报Command line is too long解决办法
configuration设置里面 把 shorten commandLine 选为 classpath file原创 2020-03-06 11:50:27 · 575 阅读 · 0 评论 -
SpringCodeGen使用说明
SpringCodeGenidea插件,针对sql脚本中的所有"create table"语句生成对应表的相关springboot代码。使用说明在idea中的任意Module下,在编辑器中打开包含CREATE TABLE语句的sql脚本(可以有多个语句,用;分隔)按下快捷键之前状态如下图所示,光标需要选中当前sql脚本。按下快捷键Ctrl+Alt+G,即可生成代码,插件会提示生成代码的...原创 2019-12-13 17:26:56 · 1070 阅读 · 0 评论 -
Lombok无效
原创 2019-12-09 14:04:56 · 147 阅读 · 0 评论 -
IDEA注释模板
1.文件注释->File->Settings->Editor->File and Code Templates/**************************************************** * 创建人:@author ${USER} * 创建时间: ${DATE}/${TIME} * 项目名称: ${PROJECT_...原创 2019-07-06 14:44:17 · 340 阅读 · 0 评论