Idea如何一个窗口多个项目
Last updated
Was this helpful?
Last updated
Was this helpful?
新建一个文件夹,将多个SpringBoot项目放置在该文件夹下
File
,选择Project Structure
。Project name
的值为文件夹名demo,正常情况,打开后默认便是该值。Module
。+
号,选择Import Module
,对项目进行导入demo1
项目中的build.gradle
文件,点击OK
use gradle 'wrapper' task configuration
,点击OK
效果细节如下:
新建一个文件夹,名为demo,用于放置项目
New
→Module
,之后的行为和创建springBoot项目的方式一致,若你已熟悉,可跳过后续步骤。
Spring Initializr
Type选择Gradle Project
use gradle 'wrapper' task configuration
,点击OK