在 java -jar 命令后 带属性数启动 spring boot # 在命令行 使用 80 端口覆盖 配置文件中的端口 java -jar springboot.jar --server.port = 80 携带多个属性启动Spring Boot ,属性间使用空格分隔 参考链接