[스프링부트 3.2.3 기준]
1. build.gradle에 implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0' 추가
2. SwaggerConfig 클래스 생성 후 아래와 같이 설정
3. localhost:8080/swagger-ui/index.html 경로로 접속
============================================================================================