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 |
Tags
- springdoc
- 15829
- 도커
- Maven
- 프로그래머스
- 그리디
- springboot
- 별찍기-10
- 5430
- EC2
- BOJ
- 큰수A+B
- docker
- NEXUS
- http파일
- swapfile
- 인텔리제이
- 정렬
- repository url
- sort
- 좌표 압축
- AWS
- 무인도 여행
- 1064
- 10989번
- 숫자 변환하기
- 신고결과목록
- 뒤에있는큰수찾기
- IntelliJ
- 백준
Archives
- Today
- Total
Time to lazy
SpringBoot - Springdoc (swagger) 버전 호환표 본문
이거 버전 잘못맞추면 좀 귀찮아가지고 정리함
| Spring Boot 버전 | springdoc-openapi 권장/호환 버전 |
| 3.5.x | 2.8.x |
| 3.4.x | 2.7.x ~ 2.8.x |
| 3.3.x | 2.6.x |
| 3.2.x | 2.3.x ~ 2.5.x |
| 3.1.x | 2.2.x |
| 3.0.x | 2.0.x ~ 2.1.x |
| 2.7.x, 1.5.x | 1.6.0 이상 |
| 2.6.x, 1.5.x | 1.6.0 이상 |
| 2.5.x, 1.5.x | 1.5.9 이상 |
| 2.4.x, 1.5.x | 1.5.0 이상 |
| 2.3.x, 1.5.x | 1.4.0 이상 |
| 2.2.x, 1.5.x | 1.2.1 이상 |
| 2.0.x, 1.5.x | 1.0.0 이상 |
자세한 정보는 하위 링크 참고
F.A.Q
The whole idea of springdoc-openapi is to get your documentation the closest to the code, with minimal code changes. If the code contains @Deprecated, sprindoc-openapi will consider its schema as Deprecated as well. If you want to declare a field on swagge
springdoc.org
'Spring' 카테고리의 다른 글
| [SpringBoot + Redis-Cache] missing type id property '@class' 에러 (0) | 2025.10.23 |
|---|---|
| [SpringBoot] 메세지 큐 Consumer 역할 코드 샘플 (0) | 2025.09.30 |
| API 공통 응답 객체 만들어보기 (0) | 2024.01.28 |
| @Value / @ConfigurationProperties 사용해보기 (0) | 2023.04.05 |
| [Spring Batch] 공부 내용 정리 (2) (0) | 2022.05.03 |