
// <https://mvnrepository.com/artifact/org.springdoc/springdoc-openapi-starter-webmvc-ui>
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0'
OAS라 한다. (Open API Specification)
REST API 문서
<http://localhost:8080/swagger-ui/index.html>

설정



코드
예시 1:


예시 2:


