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

3 years ago
  1. {
  2. "serverUrl": "http://127.0.0.1",
  3. "isStrict": false,
  4. "allInOne": true,
  5. "outPath": "target/classes/static/doc",
  6. "coverOld": true,
  7. // "createDebugPage": true,
  8. "packageFilters": "",
  9. "md5EncryptedHtmlName": false,
  10. "style": "xt256",
  11. "projectName": "izone",
  12. "customRequestFields": [{
  13. "name":"optimizeCountSql",
  14. "ignore":true,
  15. "ownerClassName":"com.baomidou.mybatisplus.extension.plugins.pagination.Page"
  16. },{
  17. "name":"isSearchCount",
  18. "ignore":true,
  19. "ownerClassName":"com.baomidou.mybatisplus.extension.plugins.pagination.Page"
  20. },{
  21. "name":"hitCount",
  22. "ignore":true,
  23. "ownerClassName":"com.baomidou.mybatisplus.extension.plugins.pagination.Page"
  24. }]
  25. }