스웨거 버전이 다양해서 찾기가 어려웠다.
// build.gradle.kts
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0")
2023년 12월 31일 기준 가장 최신 버전은 위와 같다.
추가적인 `SwaggerConfig`나 `@EnableSwagger2` 등의 설정 없이 바로 `~/swagger-ui/index.html`로 사용 가능하다.
최신 버전은 아래에서 확인해주세요!
https://mvnrepository.com/artifact/org.springdoc/springdoc-openapi-starter-webmvc-ui
이후 스웨거 UI가 마음에 안들어서 `ReDoc`으로 UI를 커스터마이징 했다.
'Spring' 카테고리의 다른 글
[Spring] @ModelAttribute와 @RequestBody의 데이터 바인딩 (0) | 2024.04.05 |
---|---|
[Spring] 코틀린 쓸 때 @Valid 동작이 안된다면 (0) | 2024.01.18 |
[Kotlin] 정적 팩토리 메소드 (0) | 2023.12.26 |
[Spring] JPA 사용 시 프록시 객체 사용 주의점 (0) | 2023.12.05 |
[Spring] Contrainerless (0) | 2023.10.25 |
댓글