일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- MySQL server on 'db' (115)
- AWS S3
- docker
- Spring
- 우아한테크코스 2차
- 2차 코딩테스트
- 프로그래머스
- depends
- python all testcode
- OperationalError
- S3
- classmethod
- github
- python
- 재귀함수가 뭔가요
- 코딩테스트
- 우아한 테크코스 2차 합격
- DB
- github skyline
- AWS
- 갓재석
- classproperty
- javascript
- EC2
- Django
- depends_on
- TypeError: 'property' object is not iterable
- springboot 3.0.0
- docker-compose
- METACLASS
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