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
- Vue
- Data Annotation
- AllArgsConstructor
- JPA DB Connection 다중
- repository annotation
- spring JPA DB Connection
- spring mapper
- Spring JPA Specification
- spring repository
- 도커 로그 확인
- docker 로그
- vueslot
- JpaRepository update
- @Builder @NoArgsConstructor
- spring JPA DB multi Connection
- Transactions Propagation Option
- doker logs tail
- 자바버그수정
- JAVA Exception 종류
- JPA DB 다중 Connection
- CrudRepository update
- Spring
- spring mapper annotation
- vuecomponent
- 도커 logs
- spring DB Connection
- NoArgsConstructor
- 도커 컨테이너 로그
- spring @mapper
- mapper annotationo
Archives
- Today
- Total
목록spring @mapper (1)
개발을 잘하고 싶은 개발자
[Spring] @Mapper 너는 누구니?
xml 기반의 mapper를 사용할 때 /* query */ 이런 식으로 mapper 태그 안에 쿼리를 넣어 사용한다 But, 방식으로 DB의 데이터를 객체로 매핑시켜 데이터를 접근하는 ORM 방식을 사용해보면서 @Mapper를 사용하게 되었다 https://codingnojam.tistory.com/27 여기 블로그에 아주 잘 설명을 해주셨고 많은 도움이 되어 참고를 해본다 https://mybatis.org/mybatis-3/ko/apidocs/index.html @Mapper의 API 문서를 찾아보니 Maker interface for MyBatis mappers 라고 한다 => "MyBatis 매퍼용 메이커 인터페이스" 그럼 MyBatis 문서에서 확인해 본다 https://mybatis.org/..
Backend/spring
2021. 8. 8. 21:20