This commit is contained in:
2025-12-30 11:02:57 +08:00
commit 5990a4f052
128 changed files with 3830 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
// 官网地址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" //指定项目名称,用于显示在文档中
}