반응형
Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 워드 임베딩
- gensim_models
- spring-boot2
- 알고리즘
- Sequenial
- neo4j 스키마 정의
- 텍스트전처리
- 투포인터
- gensim
- neo4j 제약조건
- GET REQUESTS
- PREFECT
- spring-boot3
- 백준
- pandas-profiling
- 플로이드워셜
- UnsatisfiedDependencyException
- 그랜빌의 법칙
- express
- 백준 2470
- BFS
- neo4j 인덱스 사용
- 백준 7795
- gensim size
- cs50
- 백준 회전초밥
- nodemon babel
- 첫서버
- 파이썬
- neo4j
Archives
- Today
- Total
목록spring-boot2 (1)
정리정돈

강의를 보며 설정 중에 Swagger를 Spring-Boot에 적용시키려고 하는데 에러를 마주하게 되었다. org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'apiDocumentationScanner' 원인을 찾고자 여러 곳을 구글링 해가며 Swagger Configuration에 annotation을 추가해보기도 하고 그래보았었다. @Configuration @EnableSwagger2 @EnableWebMvc 위와 같이 변경해도 swagger가 적용되지 않고 swagger-ui.html로 들어가도 Whitelabel Error Page만 반복될 뿐이었다. @Configuratio..
에러
2023. 8. 6. 17:33