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 | 31 |
Tags
- 프론트컨트롤러
- 튜닝
- 아이
- SQLSTATE=42705
- renameTo
- getChannel()
- MSSQL
- spring
- 교육법
- XWPF
- 요약
- 배치
- TRANCOUNT
- transferTo
- ERROR_MESSAGE
- HWPF
- 홈스쿨링
- dm_exec_requests
- 재귀멤버
- 함수
- 디스패처서블릿
- SQL
- XACT_STATE
- 스프링
- 요청매핑
- 진경혜
- java
- 앵커멤버
- 자바
- git
Archives
- Today
- Total
목록lombok (1)
필기노트
Spring 롬복
기본 코드 @Component public class OrderServiceImpl implements OrderService { private final MemberRepository memberRepository; private final DiscountPolicy discountPolicy; @Autowired public OrderServiceImpl(MemberRepository memberRepository, DiscountPolicy discountPolicy) { this.memberRepository = memberRepository; this.discountPolicy = discountPolicy; } } 생성자가 딱 1개만 있으면 @Autowired 를 생략할 수 있다. @Compo..
김영한 강의 요약
2023. 1. 15. 14:49