Properties prop =
new
Properties();
String path = Thread.currentThread().getContextClassLoader().getResource(
""
).getPath();
InputStream is =
new
FileInputStream(path +
"/VoucherManagement.properties"
);
Properties prop =
new
Properties();
String path = Thread.currentThread().getContextClassLoader().getResource(
""
).getPath();
InputStream is =
new
FileInputStream(path +
"/VoucherManagement.properties"
);