带入参数-Dspring.profiles.active=prod运行jar包报错
我的当前目录是target下面
1、当我这样写的时候:【java -jar -Dspring.profiles.active=prod .\luckymoney-0.0.1-SNAPSHOT.jar】;报错:【Error: Unable to access jarfile .profiles.active=prod】
2、如果我这样写【java -jar .\luckymoney-0.0.1-SNAPSHOT.jar -Dspring.profiles.active=prod】,可以成功运行,但是依旧使用dev的配置
3、如果我这样写【java -jar .\luckymoney-0.0.1-SNAPSHOT.jar --spring.profiles.active=prod】,才是成功运行
请教一下为什么会这样,我是在windows的powershell上输入的命令,其次我的java是1.8,spring-boot是2.1.3.RELEAS