- 创建主工程,选择file-new-project,选择maven,直接next

- 填写GroupId包名,ArtifactId项目名,next-finish


- 创建子项目springboot,项目右击-new-module-Spring Initializr-->next


- 填写项目相关信息,next

- 选择Cloud Discovery-->Eureka Server-->next

- finish

转载于:https://www.cnblogs.com/qjm201000/p/10549467.html