반응형
https://javacan.tistory.com/entry/4
외부 설정파일을 불러올때 사용
Properties properties = new Properties();
propertyFilePath = configPath + File.separator + FILE_SERVER_APP_CONTEXT_PROP;
InputStream ios = new FileInputStream(propertyFilePath);
properties.load(ios);
반응형
'백엔드 > Java' 카테고리의 다른 글
[JAVA] String to Date, Date to String 형변환 (0) | 2020.08.06 |
---|---|
JVM이 이용가능한 프로세스 개수 (0) | 2020.03.17 |
Failure to transfer commons-lang:commons-lang:pom:2.1 from https://repo.maven.apache.org/maven2 was cached in the local repository (0) | 2019.01.08 |
[Maven] in project cannot be read or is not a valid ZIP file (0) | 2018.10.16 |
Dynamic Web Module 버전 변경 (0) | 2018.08.17 |
댓글