Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- IntelliJ
- @Transactional Propagation
- Stream
- git
- java
- #docker compose
- findTopBy
- multipart테스트
- 원격 브랜 삭제
- 자바 ORM 표준 JPA 프로그래밍
- 친절한 SQL 튜닝
- intellij 핵심 단축키
- 마이크로 서비스
- @TransactionalEventListener
- Spring Cloud Netflix
- CompletableFuture
- Linux
- ksql
- intellij favorites
- ksqldb
- 리눅스
- 리팩토링 2판
- JPA
- intellij 즐겨찾기
- javascript case
- aws
- vue.js
- 자바 ORM 표준 JPA 프로그래밍 정리
- 백명석님
- HandlerMethodArgumentResolver
Archives
- Today
- Total
목록OrikaMapper (1)
시그마 삽질==six 시그마
ObjectMapper & OrikaMapper basic
1. Entity & DTO //setter는 잘 안쓰지만 테스트용도로.... package study.querydsl.entity; import com.fasterxml.jackson.annotation.JsonBackReference; import com.fasterxml.jackson.annotation.JsonIgnore; import lombok.*; import javax.persistence.*; @Entity @Getter @Setter @NoArgsConstructor(access = AccessLevel.PROTECTED) @ToString(of = {"id", "username", "age"}) public class Member { @Id @GeneratedValue @Column(..
프로그래밍/Spring
2020. 8. 24. 21:35