Fix : 수정
This commit is contained in:
parent
56e9201693
commit
a3bf73d626
@ -25,5 +25,6 @@ public class WebConfig implements WebMvcConfigurer {
|
|||||||
|
|
||||||
registry.addResourceHandler("/static/**")
|
registry.addResourceHandler("/static/**")
|
||||||
.addResourceLocations("classpath:/static/");
|
.addResourceLocations("classpath:/static/");
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -56,11 +56,16 @@ external:
|
|||||||
store: ${EXTERNAL_SERVICES_STORE:http://localhost:8081}
|
store: ${EXTERNAL_SERVICES_STORE:http://localhost:8081}
|
||||||
member: ${EXTERNAL_SERVICES_MEMBER:http://localhost:8080}
|
member: ${EXTERNAL_SERVICES_MEMBER:http://localhost:8080}
|
||||||
|
|
||||||
|
#springdoc:
|
||||||
|
# api-docs:
|
||||||
|
# path: /api-docs
|
||||||
|
# swagger-ui:
|
||||||
|
# path: /swagger-ui.html
|
||||||
springdoc:
|
springdoc:
|
||||||
api-docs:
|
|
||||||
path: /api-docs
|
|
||||||
swagger-ui:
|
swagger-ui:
|
||||||
|
enabled: true
|
||||||
path: /swagger-ui.html
|
path: /swagger-ui.html
|
||||||
|
try-it-out-enabled: true
|
||||||
|
|
||||||
management:
|
management:
|
||||||
endpoints:
|
endpoints:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user