mirror of
https://github.com/ktds-dg0501/kt-event-marketing.git
synced 2025-12-06 10:46:23 +00:00
Analytics Service Swagger 설정 개선
- Swagger UI 경로를 Ingress 경로와 일치하도록 수정 (/api/v1/analytics/swagger-ui.html) - AKS 환경 서버 URL을 Swagger 서버 목록에 추가 - API 테스트 편의성 향상 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
14823a17c4
commit
9e2d0a3889
@ -24,6 +24,9 @@ public class SwaggerConfig {
|
||||
.addServersItem(new Server()
|
||||
.url("http://localhost:8086")
|
||||
.description("Local Development"))
|
||||
.addServersItem(new Server()
|
||||
.url("http://kt-event-marketing-api.20.214.196.128.nip.io")
|
||||
.description("AKS Development"))
|
||||
.addServersItem(new Server()
|
||||
.url("{protocol}://{host}:{port}")
|
||||
.description("Custom Server")
|
||||
|
||||
@ -117,7 +117,7 @@ springdoc:
|
||||
api-docs:
|
||||
path: /v3/api-docs
|
||||
swagger-ui:
|
||||
path: /swagger-ui.html
|
||||
path: /api/v1/analytics/swagger-ui.html
|
||||
tags-sorter: alpha
|
||||
operations-sorter: alpha
|
||||
show-actuator: false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user