命令行
gradle bootRun -PyquPropKey=yquPropValue
build.properties
yquPropKey=yquPropValue
gradle.properties
添加ext块:
ext {
yquPropKey=yquPropValue
}
gradle bootRun -PyquPropKey=yquPropValue
yquPropKey=yquPropValue
添加ext块:
ext {
yquPropKey=yquPropValue
}