Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 JDI 中使用不同的设置文件?例如test.properties&stage.properties并通过作为参数传递开始,例如:gradle -Dtarget=stage ...
test.properties
stage.properties
gradle -Dtarget=stage ...
在 JDI 1.1.. 请使用 JdiSettings.jdiSettingsPath = "prod.properties" 为此目的