Код: Выделить всё
public class Authorization {
String licensePath ;
@Value("${licenseKeyNotFound}")
String licenseKeyNotFound;
public boolean checkIn(String licensepath) {
System.out.println("hello "+licenseKeyNotFound);
licensePath = licensepath;
return checkIn();
}
}
Код: Выделить всё
licenseKeyNotFound = License File Corrupted
Код: Выделить всё
Подробнее здесь: https://stackoverflow.com/questions/144 ... ller-class
Мобильная версия