0. 프로젝트 구조 1. build.gradle 1) buildscript //querydsl 추가 buildscript { dependencies { classpath("gradle.plugin.com.ewerk.gradle.plugins:querydsl-plugin:1.0.10") } } 2) apply //querydsl 추가 apply plugin: "com.ewerk.gradle.plugins.querydsl" 3) dependencies //querydsl 추가 implementation 'com.querydsl:querydsl-jpa' implementation 'com.querydsl:querydsl-apt' //querydsl 추가 끝 4) Querydsl build 관련 추가 설정 //..
0. 프로젝트 구조 1. SupplementsRepository.java 인터페이스로 변경 package mandykr.nutrient.repository; import mandykr.nutrient.entity.Supplements; import org.springframework.data.jpa.repository.JpaRepository; public interface SupplementsRepository extends JpaRepository { } 2. 테스트 코드 수정 package mandykr.nutrient; import mandykr.nutrient.entity.Supplements; import mandykr.nutrient.repository.SupplementsRepository..
- Total
- Today
- Yesterday
- Spring Data JPA
- Stream
- MySQL
- TDD
- java8
- 육각형 아키텍처
- 스프링 예외 추상화
- mockito
- 계층형 아키텍처
- 마이크로서비스 패턴
- 폴링 발행기 패턴
- kafka
- JPA
- H2
- spring rest docs
- 클린코드
- 도메인 모델링
- 이벤트 스토밍
- clean code
- 학습 테스트
- Spring Boot
- http
- 트랜잭셔널 아웃박스 패턴
- Spring
- Ubiquitous Language
- Git
- HTTP 헤더
- named query
- 스프링 카프카 컨슈머
- ATDD
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |