로딩
티스토리 데이터 처리 중입니다.

[Spring boot] Swagger로 API 문서화하기

 [Spring boot] Swagger로 API 문서화하기

목차 swagger란? springdoc과 springfox spring boot에 적용하기 결론 Swagger란?

https://swagger.io/ API Documentation & Design Tools for Teams | Swagger swagger.io Swagger는 OpenAPI Specification(OAS)의 구현을 위한 라이브러리이다. API의 사양을 명세하고 문서화하여 관리할 수 있도록 도와준다.

여기서 OpenAPI Specification(OAS)란, What is the OpenAPI Specification? The OpenAPI Specification (OAS) defines a standard, programming language-agnostic interface .....