2026-06-26 11:43:58 +08:00
|
|
|
sdk:
|
|
|
|
|
client:
|
|
|
|
|
app-key: e6ab3c9abda747b39d7cc12b6dc0f5a0
|
|
|
|
|
gateway:
|
|
|
|
|
url: ${common.gateway.network.http.intranet}
|
|
|
|
|
swagger:
|
|
|
|
|
enabled: ${common.swagger.enabled}
|
2026-07-01 17:13:41 +08:00
|
|
|
title: Demo
|
|
|
|
|
description: Safety Eval API Docs
|
2026-06-26 11:43:58 +08:00
|
|
|
version: ${application.version}
|
2026-07-01 17:13:41 +08:00
|
|
|
group-name: Demo
|
2026-06-26 11:43:58 +08:00
|
|
|
springfox:
|
|
|
|
|
documentation:
|
|
|
|
|
swagger:
|
|
|
|
|
v2:
|
2026-07-01 17:13:41 +08:00
|
|
|
path: /v2/api-docs
|