일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- AWS
- github skyline
- TypeError: 'property' object is not iterable
- classproperty
- python all testcode
- 갓재석
- METACLASS
- MySQL server on 'db' (115)
- S3
- javascript
- python
- EC2
- 우아한테크코스 2차
- DB
- github
- 프로그래머스
- 코딩테스트
- Spring
- docker
- 2차 코딩테스트
- depends_on
- OperationalError
- docker-compose
- AWS S3
- classmethod
- depends
- 우아한 테크코스 2차 합격
- 재귀함수가 뭔가요
- Django
- springboot 3.0.0
Archives
목록springfox (1)
hanbin.dev
[Spring] Springfox Whitelabel Error Page in SpringBoot 3.0.0
SpringBoot 3.0.0 환경에서 Swagger를 적용하고자 Spring fox 라이브러리를 사용했는데 아래와 같이 Whitelabel Error Page 가 나오며 매핑이 제대로 되지 않는 문제가 발생했다. build.gradle.kts는 아래와 같이 세팅해두었다. ... implementation("io.springfox:springfox-boot-starter:3.0.0") ... 이 문제를 해결하기 위해 "spring fox not working in spring boot 3.0.0" 와 같은 키워드로 구글링을 해보았으나, 의미있는 결과를 찾기 힘들었다. 결국 울며 겨자먹기로 아래 두 방법을 찾았다. 1. Spring boot를 2.6.2 로 다운그레이드 한다. 2. springdoc-ope..
카테고리 없음
2023. 1. 23. 18:42