문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
java:properties [2012/09/16 13:35] kwon37xi |
java:properties [2018/06/22 08:52] (현재) kwon37xi |
||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| - | ====== Java Properties ====== | + | ====== Java Properties |
| + | * [[http:// | ||
| - | | + | ===== Spring Properties Inheritance ===== |
| + | | ||
| + | * '' | ||
| ===== XML Properties ===== | ===== XML Properties ===== | ||
| 줄 19: | 줄 22: | ||
| </ | </ | ||
| - | ==== ${} 방식으로 다른 프라퍼티값 일부 지정 | + | ===== Improving java.util.properties ===== |
| - | <code java> | + | * [[http:// |
| + | * ${} 방식으로 다른 프라퍼티값 일부 지정 <code java> | ||
| Props props = new Props(System.getProperties()); | Props props = new Props(System.getProperties()); | ||
| props.put(" | props.put(" | ||