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

IDEA常用操作

 2、project和model 

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

3、快捷键

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

  IDEA常用操作

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

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

其他

粘贴路径:

com.mengxuegu.springcloud.mapper

IDEA常用操作

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

 

 


 

相关文章:

  • 2021-09-15
  • 2022-01-21
  • 2021-11-29
  • 2021-07-26
  • 2021-11-10
  • 2021-05-16
  • 2022-12-23
  • 2021-05-13
猜你喜欢
  • 2021-07-14
  • 2022-02-18
  • 2022-02-28
  • 2021-06-26
  • 2022-12-23
  • 2021-09-28
  • 2021-12-23
相关资源
相似解决方案