일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 자바
- 스트림
- 이스티오
- JPA
- 스프링
- K8s
- jvm
- 쿠버네티스
- 백준
- 자바 ORM 표준 JPA 프로그래밍
- thread
- Collection
- 토비의 스프링
- Stream
- Stack
- Kotlin
- IntellJ
- list
- 보조스트림
- MSA
- mysql
- 토비의 스프링 정리
- SpringBoot
- gradle
- Java
- redis
- Real MySQL
- OS
- spring
- GC
Archives
- Today
- Total
목록compile (1)
인생을 코딩하다.
[Spring, Gradle] implementation와 api(compile)
프로젝트를 시작하며, build.gradle에서 gradle plugin과 관련하여 implementation의 의미가 궁금하였다. implementation 'org.springframework.boot:spring-boot-starter-data-jpa' 이리저리 오픈소스들을 보며 위의 implementation plugin외에 compile 'org.springframework.boot:spring-boot-starter-data-jpa' compile(Api) plugin도 볼 수가 있었다. 대략 `implementation`는 상속과 관련이 있다고 추측하고 있었고, `compile`은 컴파일 시에 추가되는 의존성이라고 추측하고 있었다. 추측만 하고있어서 확신을 해보고자 Gradle 공식 문서를 ..
Spring
2021. 5. 7. 22:10