Files
gitea-test/target/classes/smart-doc.json
2025-12-30 11:02:57 +08:00

8 lines
528 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
// 官网地址https://smart-doc-group.github.io/#/?id=smart-doc
"serverUrl": "http://localhost:8002", // 服务器地址,非必须
"isStrict": false, //是否用严格模式,严格模式强制检查注释
"allInOne": true, // 是否将文档合并到一个文件中一般推荐为true
"outPath": "./src/main/resources/SmartDoc", //文档的输出路径
"projectName": "EasyJavaTemplate" //指定项目名称,用于显示在文档中
}