SHA256
ДОАВИЛ В ГРАДЛЕ ЛОКАЛЬНЫЙ ЗАПУСК
This commit is contained in:
@@ -42,6 +42,8 @@ public final class AppConfig {
|
||||
|
||||
/** Вернёт значение строки или null, если параметр не найден */
|
||||
public String getParam(String name) {
|
||||
String fromSystem = System.getProperty(name);
|
||||
if (fromSystem != null) return fromSystem;
|
||||
return properties.getProperty(name);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user