欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

idea 相关问题处理

程序员文章站 2022-06-17 18:25:13
...

日常遇见的idea相关问题及处理方式 ——自用

项目正常加载完后,打开一个类,下方会间断性 indexing

file -> Invalidate Caches / Restart

重复性代码检测

file -> Setting -> Editor -> Inspections ->General ->Duplicated Code [去除√]

解决Intellij IDEA Debug 多模块下断点目标源问题

进入setting 
选择  Build,Execution,Deployment  =>Debugger
勾选    show alternative source switcher

Error running ‘LingBiEx6NewsController’: Command line is too long. Shorten command line

workspace.xml

<component name="PropertiesComponent">
  <property name="dynamic.classpath" value="true" />
</component>

maven项目的module没有蓝色小方块

右击module  -> maven -> reimport

spring boot启动项点击debug启动没有反应

取消Groovy插件的勾选
file -> settings ->plugins ->groovy
相关标签: idea java