IDEA常用操作

1、更改IDEA工作空间,使得每次进入IDEA都可以选择新的:在IDEA里ctrl + alt + s,选择Reopen last project on startup

 2、project和model 

  1)IDEA里的project相当于eclipse的wordspace
  2)IDEA里的model 相当于eclipse的project

3、快捷键

(1)alt+insert:构造器、get,set方法等

  

(2)格式化代码:Ctrl+Alt+L

(3)引包、实现抽象方法:Alt+Enter

其他

粘贴路径:

com.mengxuegu.springcloud.mapper

@RequestMapping(value = "/product/add", method = RequestMethod.POST)


原文地址:https://www.cnblogs.com/116970u/p/10522832.html