You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
704 B
25 lines
704 B
{
|
|
"serverUrl": "http://127.0.0.1",
|
|
"isStrict": false,
|
|
"allInOne": true,
|
|
"outPath": "target/classes/static/doc",
|
|
"coverOld": true,
|
|
// "createDebugPage": true,
|
|
"packageFilters": "",
|
|
"md5EncryptedHtmlName": false,
|
|
"style": "xt256",
|
|
"projectName": "izone",
|
|
"customRequestFields": [{
|
|
"name":"optimizeCountSql",
|
|
"ignore":true,
|
|
"ownerClassName":"com.baomidou.mybatisplus.extension.plugins.pagination.Page"
|
|
},{
|
|
"name":"isSearchCount",
|
|
"ignore":true,
|
|
"ownerClassName":"com.baomidou.mybatisplus.extension.plugins.pagination.Page"
|
|
},{
|
|
"name":"hitCount",
|
|
"ignore":true,
|
|
"ownerClassName":"com.baomidou.mybatisplus.extension.plugins.pagination.Page"
|
|
}]
|
|
}
|