일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Real MySQL
- jvm
- IntellJ
- gradle
- list
- spring
- OS
- 보조스트림
- MSA
- SpringBoot
- Kotlin
- JPA
- 쿠버네티스
- 자바 ORM 표준 JPA 프로그래밍
- K8s
- 자바
- 이스티오
- Collection
- 토비의 스프링
- Java
- GC
- 토비의 스프링 정리
- 백준
- mysql
- 스프링
- Stack
- Stream
- 스트림
- redis
- thread
Archives
- Today
- Total
목록implementation (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