server_test.json 641 B

1234567891011121314151617181920212223242526
  1. {
  2. "excel_file_path": "../",
  3. "@excel_file_path": "excel文件相对路径",
  4. "describe_path": "../describe/",
  5. "@describe_path": "excel描述文件相对路径",
  6. "template_path": "./template/",
  7. "@template_path": "模板文件相对路径",
  8. "exclude_excel_files": [
  9. "a.xlsx"
  10. ],
  11. "@exclude_excel_files": "排除的excel文件列表",
  12. "export_files": [
  13. {
  14. "enable": true,
  15. "read_type": "type_sjson",
  16. "path": "./test_server_output/json/",
  17. "code_files": [
  18. {
  19. "enable": true,
  20. "read_type": "type_go",
  21. "path": "./test_server_output/go/"
  22. }
  23. ]
  24. }
  25. ]
  26. }