mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-06 08:06:24 +00:00
변경사항: - 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>
Description
No description provided
Languages
Java
77.3%
HTML
18.8%
Mermaid
1.9%
Shell
1.1%
Python
0.9%