How to clean project cache in Intellij idea like Eclipse's clean?

后端 未结 8 1832
孤街浪徒
孤街浪徒 2020-11-29 22:43

Sometimes the IDE makes some error because of the cache. In Eclipse, we can use clean to solve the problem. But how can I do this in IntelliJ?

8条回答
  •  独厮守ぢ
    2020-11-29 23:16

    Delete the "target" folder under the offending module. Then Build | Rebuild Project. Also make sure your clear the web browsers cache.

提交回复
热议问题