david2tdw / blog

学习记录
1 stars 1 forks source link

[idea] idea相关 #196

Open david2tdw opened 4 years ago

david2tdw commented 4 years ago

IDEA+Maven启动SpringBoot项目或Spring项目出现程序包XXX不存在:

File -> settings -> build, execution,deployment > build tools >Maven > runner 勾选 delegate ide build/run actions to maven

david2tdw commented 4 years ago

重新导入Maven依赖:

idea右侧maven面板,左上角第一个Reload all maven projects

david2tdw commented 4 years ago

spring boot + maven启动时跳过test: File -> settings -> build, execution,deployment > build tools >Maven > runner 勾选skip tests

david2tdw commented 4 years ago

直接进入下一行: File -> settings ->keymap: editor actions -> start new line

david2tdw commented 3 years ago

插件: Lombok省略get和set方法。