Fix : 수정

This commit is contained in:
lsh9672 2025-06-12 16:37:37 +09:00
parent 56e9201693
commit a3bf73d626
2 changed files with 8 additions and 2 deletions

View File

@ -25,5 +25,6 @@ public class WebConfig implements WebMvcConfigurer {
registry.addResourceHandler("/static/**")
.addResourceLocations("classpath:/static/");
}
}

View File

@ -56,11 +56,16 @@ external:
store: ${EXTERNAL_SERVICES_STORE:http://localhost:8081}
member: ${EXTERNAL_SERVICES_MEMBER:http://localhost:8080}
#springdoc:
# api-docs:
# path: /api-docs
# swagger-ui:
# path: /swagger-ui.html
springdoc:
api-docs:
path: /api-docs
swagger-ui:
enabled: true
path: /swagger-ui.html
try-it-out-enabled: true
management:
endpoints: