怎么在SpringBoot的maven插件中设置命令行参数呢:
Spring Boot 2.2+ 的最新设置方式如下:
Spring Boot 2.2+
mvn spring-boot:run -Dspring-boot.run.arguments="args1 args2"
其他方式已经失效。