Spring/study for project

Swagger

melitina 2024. 6. 11. 02:03

https://velog.io/@gmlstjq123/SpringBoot-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8%EC%97%90-Swagger-UI-%EC%A0%81%EC%9A%A9%ED%95%98%EA%B8%B0

 

SpringBoot 프로젝트에 Swagger UI 적용하기

Swagger UI는 프론트엔드와 백엔드의 협업에 사용되는 툴입니다. Swagger UI를 사용하면, API를 시각화하는 코드가 자동으로 생성되기 때문에 보다 간편하게 API를 테스트해 볼 수 있게 됩니다. 또한, AP

velog.io

 

https://sjh9708.tistory.com/169

 

[Spring Boot] Swagger API Docs 작성하기 (SpringDoc, SpringBoot 3 버전)

이전에 Spring Boot 프로젝트에 Swagger를 연동해 본 적이 있었다. 최근 Spring Boot의 지원 버전이 3점대로 올라감과 동시에, 2점대에서 Swagger 사용 목적으로 많이 사용되는 SpringFox가 안타깝게도 제대로

sjh9708.tistory.com

 

implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0'

 

'Spring > study for project' 카테고리의 다른 글

Local에 Docker 설치 정리  (0) 2024.07.16
커스텀 페이징 메모  (0) 2024.07.15
GitHub Fork Pull Request  (0) 2024.06.10
gitmoji  (0) 2024.06.10
ConstraintValidator  (0) 2024.06.09