반응형
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
- 구글 보안 api 활용
- Validation
- abap
- @Controller
- application-properties
- new syntax
- BindingResult
- memory 정리
- mapping corresponding
- jpa
- for all entries in
- value base corresponding
- controller
- abap memory
- spring MVC
- Testcode
- .orelseThrow
- MVC
- memory변수명 변경
- n+1
- 김영한
- 신문법 abap
- sap memory
- spring
- SAP
- springSecurityFilterChain 오류
- SpringMVC
- optional
- abap value in field Data Class error
- abap면접
Archives
- Today
- Total
목록@ComponentScan (1)
SAP공장

결론 @ComponentScan을 사용하는 AutoAppConfig의 패키지의 위치가 잘못되었다. @ComponentScan을 상위 패키지에 위치해 보자! @ComponentScan은 본인 하위 패키지만 스캔하므로!!!! 현재 AutoAppConfig가 Order라는 패키지 하위에 있기 때문에 이 패키지와 이 패키지를 포함한 하위만 컴포넌트 스캔하게 된다! Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'javaSpring.Spring.Member.InterFace.MemberRepository' available: expected at least 1 bean whic..
[WEB]오류들/Spring_code_error
2022. 2. 2. 00:49