Spring Boot 3 + Swagger 3 적용

build.gradle

dependencies {
	implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.2'
}

자랑3

localhost:8080/swagger-ui/index.html에 연결해야 합니다.