init
This commit is contained in:
8
target/classes/smart-doc.json
Normal file
8
target/classes/smart-doc.json
Normal 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" //指定项目名称,用于显示在文档中
|
||||
}
|
||||
Reference in New Issue
Block a user