elysia-server/src/main/resources/smart-doc.json
2026-02-04 11:13:42 +08:00

20 lines
565 B
JSON

{
"outPath": "./src/main/resources/static/doc",
"serverUrl": "/api",
"serverEnv": "http://{{server}}",
"allInOne": true,
"coverOld": true,
"createDebugPage": true,
"showAuthor": "true",
"allInOneDocFileName": "index.html",
"requestHeaders": [
{
"name": "Authorization",
"type": "string",
"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzM4NCJ9.eyJpZCI6MTAwMDAwfQ.yBaS2nSUJoD2kbhj3lXnHvkmc-qwJF_5djhQf_2A069j9HzYVmUObXcDwaAhHQf-",
"desc": "鉴权信息",
"required": true,
"excludePathPatterns": ""
}
]
}