문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
java:jpa [2014/06/25 18:16] kwon37xi |
java:jpa [2023/01/05 17:00] (현재) kwon37xi |
||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| ====== JPA ====== | ====== JPA ====== | ||
| + | * [[java: | ||
| + | * [[java: | ||
| * [[http:// | * [[http:// | ||
| * [[http:// | * [[http:// | ||
| + | * [[java: | ||
| * [[java: | * [[java: | ||
| + | * [[java: | ||
| * [[gradle: | * [[gradle: | ||
| * [[http:// | * [[http:// | ||
| * [[http:// | * [[http:// | ||
| * [[http:// | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[database: | ||
| + | * [[java: | ||
| ===== Gradle과 JPA ===== | ===== Gradle과 JPA ===== | ||
| 줄 13: | 줄 20: | ||
| * 혹은 java class와 resources의 build 결과 디렉토리를 동일하게 맞추면 된다.< | * 혹은 java class와 resources의 build 결과 디렉토리를 동일하게 맞추면 된다.< | ||
| sourceSets.main.output.resourcesDir = sourceSets.main.output.classesDir | sourceSets.main.output.resourcesDir = sourceSets.main.output.classesDir | ||
| - | sourceSets.test.output.resourcesDir = sourceSets.test.output.classesDir | + | |
| + | // 아래는 아마 | ||
| + | sourceSets.test.output.resourcesDir = sourceSets.test.output.classesDir | ||
| </ | </ | ||
| ===== 읽어볼 문서 ===== | ===== 읽어볼 문서 ===== | ||
| * [[http:// | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| * [[http:// | * [[http:// | ||
| * [[http:// | * [[http:// | ||
| 줄 23: | 줄 34: | ||
| * [[http:// | * [[http:// | ||
| * [[http:// | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[https:// | ||