property 기본값 변경
This commit is contained in:
@@ -54,7 +54,12 @@ public class KjbUmsService {
|
||||
isRealMode = property.getUmsHostUrl() != null && StringUtils.isNotEmpty(property.getUmsHostUrl().trim());
|
||||
|
||||
if (isRealMode) {
|
||||
ValidationUtil.validateOrThrow(property);
|
||||
try {
|
||||
ValidationUtil.validateOrThrow(property);
|
||||
} catch (Exception e) {
|
||||
log.error("[KJB-UMS] 파라미터 설정 오류", e);
|
||||
throw e;
|
||||
}
|
||||
|
||||
httpClient = HttpClients.createDefault();
|
||||
requestConfig = RequestConfig.custom()
|
||||
|
||||
Reference in New Issue
Block a user