hiondal d5791aa159 API Gateway Swagger 관련 코드 완전 제거
변경사항:
- SwaggerConfig.java 클래스 완전 삭제
- application.yml에서 springdoc 설정 모두 제거
- build.gradle에서 springdoc-openapi-starter-webflux-ui 의존성 제거

API Gateway는 단순 라우팅 역할만 담당하므로 Swagger 불필요
각 마이크로서비스별로 개별 Swagger UI 사용하는 구조로 변경:
- User Service: http://localhost:8081/swagger-ui.html
- Bill Service: http://localhost:8082/swagger-ui.html
- Product Service: http://localhost:8083/swagger-ui.html
- KOS Mock: http://localhost:8084/swagger-ui.html

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-10 11:00:56 +09:00
2025-09-05 12:44:27 +09:00
2025-09-09 01:12:14 +09:00
2025-09-09 01:12:14 +09:00
2025-09-09 01:12:14 +09:00
2025-09-05 12:44:27 +09:00
2025-09-09 01:12:14 +09:00
2025-09-09 01:12:14 +09:00
2025-09-09 01:12:14 +09:00
2025-09-09 01:12:14 +09:00
2025-09-09 01:12:14 +09:00
2025-09-09 01:12:14 +09:00
Description
No description provided
21 MiB
Languages
Java 77.3%
HTML 18.8%
Mermaid 1.9%
Shell 1.1%
Python 0.9%