如何在 JDI 中使用不同的属性文件
how to use diferent properties files in JDI
是否可以在 JDI 中使用不同的设置文件?例如 test.properties
& stage.properties
并通过作为参数传递开始,例如:gradle -Dtarget=stage ...
在 JDI 1.1 中..请使用 JdiSettings.jdiSettingsPath = "prod.properties"
为此目的
是否可以在 JDI 中使用不同的设置文件?例如 test.properties
& stage.properties
并通过作为参数传递开始,例如:gradle -Dtarget=stage ...
在 JDI 1.1 中..请使用 JdiSettings.jdiSettingsPath = "prod.properties" 为此目的