java convert properties to map 프로퍼티스 map 으로 읽어들이기
public static void main(String[] args) { Map map = new HashMap(); System.out.println("==============get properties=============="); map = getMyProperties("/test/db.properties"); } //프로퍼티스 파일 읽어. public static Map getMyProperties(String propertiesFile){ Properties properties = new Properties(); Map map = new HashMap(); try { properties.load(new FileInputStream(propertiesFile)); for (String key : ..
웹개발자/java
2018. 3. 14. 10:31
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- lineage2m
- 수원
- 배드워즈
- 베트남
- nginx
- 시즌패스
- 오토핫키
- tomcat
- Spring
- mysql
- 다운로드
- 호이안
- 설치
- 시즌3
- 블루스택
- 달빛조각사
- eGovFramework
- 단축키
- autohotkey
- 설정
- 구글 플레이 게임즈
- 전자정부프레임워크
- Spring Boot
- mariaDB
- 라즈베리파이
- 메소드 제한
- 윈도우
- java
- download
- 로블록스
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
글 보관함