Godlike
Results
2
comments of
Godlike
You can try the following configuration. ```yml default: my-prop: default-value my: prop: ${default.my-prop} ``` `java -jar xxx.jar --default.my-prop=xxx`