IDEA更改工作空间其实很简单

直接新建一个SpringBoot项目举例

1、FIle——>new——>project

IDEA更改工作空间及新建SpringBoot项目

2、Spring initializr

IDEA更改工作空间及新建SpringBoot项目

3、随意

IDEA更改工作空间及新建SpringBoot项目

4、引入Spring Web依赖(引不引皆可,后续可在POM文件中引入)

IDEA更改工作空间及新建SpringBoot项目

5、唯一值得强调的地方

Project localtion:你的工作空间加上 \Project name

在这个例子中就是:  C:\Users\xxx\IdeaProjects\demo4

IDEA更改工作空间及新建SpringBoot项目

 

下次再新建项目时,就会发现工作空间已经被默认成你要设置的工作空间了

相关文章:

  • 2021-08-07
  • 2022-12-23
  • 2021-11-11
  • 2021-07-03
  • 2021-08-23
  • 2022-12-23
  • 2021-11-24
猜你喜欢
  • 2021-09-28
  • 2021-12-04
  • 2022-01-05
  • 2021-08-22
  • 2021-07-10
  • 2021-04-25
相关资源
相似解决方案