1.找到 IDEA 下的 Services 并点开

image-20220818220725863

1.1 没有 Services

点击 View->Tool Windows->Services

image-20220818220816158

2.点击+号选择 Run Configuration Type

image-20220818220922299

3.选择 Spring Boot

image-20220818221042749

这时你就可以看到你的项目了

image-20220818221116162

接下来我们需要复制该实例并且改变端口启动

4.右键选择 Copy Configuration

image-20220818221216286

5.在对应位置修改名字和端口

-Dserver.port=xxxx

image-20220818221337986

6.确认后就可以看到有两个实例了

image-20220818221424636

7.启动

一个运行在 8080

image-20220818221501270

一个运行在 8081

image-20220818221537131