728x90
반응형
SMALL

Properties prop = new Properties();
try {
prop.load(new FileInputStream(ResourceUtils.getFile("classpath:IBserver/ib.properties");));
} catch (IOException e) {
logger.error("readProperties load IOException 발생");
}
System.out.println(prop);


728x90
반응형
LIST