일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 동적파라미터
- 스프링di
- ioc컨테이너
- jpa no session
- 스프링
- 비기능적 요구사항
- 자바 필터
- jpa lazy
- 정적팩토리메서드
- 기능적 요구사항
- 스프링 포매터
- Atomicity
- IOC
- method refetence
- 스프링부트 도커
- 수정자주입
- kotlin ::
- fetch join
- open-session-in-view
- 그래프큐엘
- 토비의 스프링
- spring formatter
- 도커 이미지 빌드
- Spring
- 스프링 시큐리티 설정
- kotlin 리팩터링
- 스프링시큐리티
- java predicate
- 소프트웨어의 품격
- 생성자주입
Archives
- Today
- Total
목록수정자주입 (1)
공부기록
[Spring]비즈니스 인터페이스에서 의존성을 정의하지 말라.
public interface Oracle { String defineMeaningOfLife(); } public class BookwormOracle implements Oracle{ private Encyclopedias encyclopedias; public void setEncyclopedias(Encyclopedias encyclopedias) { this.encyclopedias = encyclopedias; } @Override public String defineMeaningOfLife() { return "Encyclopedias are a waste of money - go see the world instead"; } } BookwormOracle.java 는 interface Or..
Spring
2019. 10. 26. 21:10