Time to lazy

SpringBoot - Springdoc (swagger) 버전 호환표 본문

Spring

SpringBoot - Springdoc (swagger) 버전 호환표

skw 2025. 12. 10. 10:59

이거 버전 잘못맞추면 좀 귀찮아가지고 정리함

 

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 이상

 

자세한 정보는 하위 링크 참고

https://springdoc.org/faq.html#_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot

 

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