VM option :具体的参数配置,如果项目需要在运行时期手动指定运行环境/配置地址
Program agruments :作为main方法的args参数传入
idea动态设置端口号:
yml:
server:
  port: ${port}

idea使用小技巧

idea使用小技巧 

相关文章: