eclipse springboot项目使用不同端口启动多个实例

Debug configurations->spring boot app->Arguments -> VM arguments 

输入: -Dserver.port=XXX即可

相关推荐