5 Commits

Author SHA1 Message Date
Samrat Sohel
f3dcea299c Hoogly, Malda, Murshidabad added to the nabard bank 2025-09-12 11:04:24 +05:30
Samrat Sohel
1fdbbc0eba Bankura | Birbhum | Howrah micgrated to the NABARD application 2025-09-03 16:48:59 +05:30
Samrat Sohel
a485f7ec02 theree banks like -Jalpaiguri,14-RAIGANJ, 12-N.D.C.C.B added successfully 2025-08-21 12:07:56 +05:30
Samrat Sohel
53f15f995d VIDYASAGAR CENTRAL CO-OPERATIVE BANK LTD - added to the nabard 2025-08-14 12:51:12 +05:30
Samrat Sohel
fbfc885814 new migration 1,4,7 has been added 2025-08-08 09:55:09 +05:30

View File

@@ -45,11 +45,13 @@ public class RequestResponse {
input1 = Scheduler.class.getClass().getResourceAsStream("/Properties.properties"); input1 = Scheduler.class.getClass().getResourceAsStream("/Properties.properties");
prop.load(input1); prop.load(input1);
if (bc.equals("0005") || bc.equals("0021") || bc.equals("0016") || bc.equals("0018")) { apiURL = prop.getProperty("APIURL_NABARD");
apiURL = prop.getProperty("APIURL_NABARD"); // if (bc.equals("0005") || bc.equals("0021") || bc.equals("0016") || bc.equals("0018") || bc.equals("0001") || bc.equals("0004") || bc.equals("0007") || bc.equals("0020")
} else { // || bc.equals("0006") || bc.equals("0009") || bc.equals("0014") || bc.equals("0003") || bc.equals("0012") || bc.equals("0013")) {
apiURL = prop.getProperty("APIURL_UCB"); // apiURL = prop.getProperty("APIURL_NABARD");
} // } else {
// apiURL = prop.getProperty("APIURL_UCB");
// }
} catch (IOException ex) { } catch (IOException ex) {
log.error(String.valueOf(ex.getMessage()) + " error in request response class line no 67"); log.error(String.valueOf(ex.getMessage()) + " error in request response class line no 67");